diff --git a/Statements.cpp b/Statements.cpp index 090087faf..e364bf4e1 100644 --- a/Statements.cpp +++ b/Statements.cpp @@ -2,6 +2,8 @@ #include "Statements.h" #include "tokenize.h" +#include "CommonCheck.h" // <- IsName + #include #include @@ -10,8 +12,6 @@ std::list Statements; extern bool Debug; -extern bool IsName(const char str[]); -