diff options
author | Johannes Schickel | 2008-05-26 12:43:01 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-05-26 12:43:01 +0000 |
commit | 86d0dcabde0224872a4e00012d553ed202752fe3 (patch) | |
tree | 93bd9de9debf00c15ead34e04032783aeef1f5dc | |
parent | bff1bcd32953933173bd972551d4d35647cb376e (diff) | |
download | scummvm-rg350-86d0dcabde0224872a4e00012d553ed202752fe3.tar.gz scummvm-rg350-86d0dcabde0224872a4e00012d553ed202752fe3.tar.bz2 scummvm-rg350-86d0dcabde0224872a4e00012d553ed202752fe3.zip |
Should fix compiling erros.
svn-id: r32289
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 052bca935d..7c365c7eb6 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -25,6 +25,8 @@ #include "base/plugins.h" +#include "common/func.h" + #ifdef DYNAMIC_MODULES #include "common/config-manager.h" #endif |