diff options
author | aunsane <aunsane@gmail.com> | 2018-08-09 22:24:03 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-08-09 22:24:03 +0300 |
commit | e7d6c4e5d1081049511e07c91f57e0263b8a25c5 (patch) | |
tree | c132041d80d402d71e9d4d47b72eac617e18ebaa /plugins/Import | |
parent | c0c34a265b56d3e1ee4cf4d772d503608aafbcf9 (diff) |
Import: fix build
Diffstat (limited to 'plugins/Import')
-rw-r--r-- | plugins/Import/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index 3d0f652e3c..fd7b541507 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -30,6 +30,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <malloc.h>
#include <time.h>
+#include <memory>
+
#include <win2k.h>
#include <newpluginapi.h>
#include <m_langpack.h>
|