From: smccam Date: Fri, 31 Oct 2008 18:36:07 +0000 (+0000) Subject: Include in ASTUtil.h, for its use of strcmp(). Good X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=5109e2b7d4cb643654610104e3d4827f77facc6d;p=francis%2Fstp.git Include in ASTUtil.h, for its use of strcmp(). Good practice, and required by picky newer versions of g++. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@33 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/AST/ASTUtil.h b/AST/ASTUtil.h index 99c5068..bd49c84 100644 --- a/AST/ASTUtil.h +++ b/AST/ASTUtil.h @@ -20,6 +20,8 @@ #include #endif +#include + using namespace std; namespace BEEV { #ifdef EXT_HASH_MAP