freebsd-ports/games/0ad/files/patch-source-tools-atlas-AtlasObject-AtlasObjectJS.cpp

12 lines
334 B
C++
Raw Normal View History

--- source/tools/atlas/AtlasObject/AtlasObjectJS.cpp.orig 2012-05-21 22:49:25.624250443 +0200
+++ source/tools/atlas/AtlasObject/AtlasObjectJS.cpp 2012-05-21 22:49:28.429250717 +0200
@@ -24,7 +24,7 @@
# pragma warning(disable:4996) // deprecated CRT
#endif
-#include "wx/log.h"
+#include "wx-2.8/wx/log.h"
#include <sstream>