From 14fe324cb1dbb37996c957df3c942c3cdf66d3cf Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Oct 2010 17:55:29 +0300 Subject: modified: core/commonheaders.h modified: core/main.cpp modified: plugins/example/main.cpp --- core/commonheaders.h | 1 + core/main.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'core') diff --git a/core/commonheaders.h b/core/commonheaders.h index 6cb468d..7fff543 100644 --- a/core/commonheaders.h +++ b/core/commonheaders.h @@ -22,6 +22,7 @@ #include +#include "compatibility.h" #include "../api/pluginapi.h" #include "services.h" #include "modules.h" 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 plugins; boost::mutex plugin_list_mutex; -- cgit v1.2.3