summaryrefslogtreecommitdiff
path: root/wx+/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/pch.h')
-rw-r--r--wx+/pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/pch.h b/wx+/pch.h
index 6c3393b2..93244b1d 100644
--- a/wx+/pch.h
+++ b/wx+/pch.h
@@ -101,6 +101,6 @@
#include <stdexcept>
//Boost
-#include <boost/scoped_array.hpp>
+
#endif //FFS_PRECOMPILED_HEADER
bgstack15