Fix Linux and Windows builds.

This commit is contained in:
Scott Ehlert 2014-04-23 21:53:58 -05:00
parent bbe7a9dd6a
commit b0b28b7a6e

View File

@ -103,6 +103,10 @@
#include <eiface.h>
#endif
#if !defined METAMOD_PLAPI_VERSION
#include <metamod_wrappers.h>
#endif
using namespace SourceMod;
using namespace SourcePawn;