diff --git a/CoolFormatLib/CoolFormatExec.cpp b/CoolFormatLib/CoolFormatExec.cpp index 2ec48bb..3c45f13 100644 --- a/CoolFormatLib/CoolFormatExec.cpp +++ b/CoolFormatLib/CoolFormatExec.cpp @@ -8,6 +8,10 @@ #include #include +#ifdef __GNUC__ + #include // need both string and cstring for GCC +#endif + #include "StrUseful.h" #include "GlobalTidy.h" #include "FormatterHelp.h"