diff options
Diffstat (limited to 'library/pch.h')
-rw-r--r-- | library/pch.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/library/pch.h b/library/pch.h index 44a3b574..1fb71f00 100644 --- a/library/pch.h +++ b/library/pch.h @@ -33,10 +33,8 @@ do NOT use in release build! #include <map> #include <memory> #include <fstream> - -#ifdef FFS_LINUX -#include <utime.h> -#endif //FFS_LINUX +#include <sstream> +#include <new> //other wxWidgets headers #include <wx/log.h> |