diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-23 21:14:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-23 21:14:42 +0300 |
commit | 6bb0abf1e62b18e4029ae0b7b73ee47f3fe3b39d (patch) | |
tree | 3e17a52fa85cf27ea696a385a19b50110a478bcd /plugins/Db3x_mmap | |
parent | 698b53d0695eb7cb2b9d3b6994f244b4c05c8d72 (diff) |
compilation fix
Diffstat (limited to 'plugins/Db3x_mmap')
-rw-r--r-- | plugins/Db3x_mmap/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/stdafx.h b/plugins/Db3x_mmap/src/stdafx.h index e5a803a90c..4cd428a977 100644 --- a/plugins/Db3x_mmap/src/stdafx.h +++ b/plugins/Db3x_mmap/src/stdafx.h @@ -25,6 +25,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <wincred.h>
+#include <WinIoCtl.h>
+
#include <time.h>
#include <process.h>
#include <memory>
|