diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:07:15 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:07:15 +0200 |
commit | 8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395 (patch) | |
tree | 975c6e590c31e56007006a23e7b15d0245d75b08 /library/pch.h | |
parent | 3.6 (diff) | |
download | FreeFileSync-8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395.tar.gz FreeFileSync-8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395.tar.bz2 FreeFileSync-8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395.zip |
3.7
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> |