diff options
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/main.cpp b/core/main.cpp index dc145a5..b0e381d 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -1,5 +1,6 @@ #include "commonheaders.h" +#include "compatibility.h" std::list<plugin*> plugins; boost::mutex plugin_list_mutex; |