Add missing include of algorithm in PExpr.cc

This commit is contained in:
Cary R 2026-01-26 19:26:11 -08:00
parent 5b0ce2c6ca
commit dc1763bbf5
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
# include "config.h"
# include <algorithm>
# include <iostream>
# include "compiler.h"