summaryrefslogtreecommitdiff
path: root/src/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pch.h')
-rw-r--r--src/pch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pch.h b/src/pch.h
index b7c5d695..030ee634 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -22,6 +22,7 @@
#include <string.h>
#include <string>
#include <tuple>
+#include <unordered_set>
#include <utility>
#include <vector>
#include <wchar.h>
@@ -37,6 +38,7 @@
#include <Shlwapi.h>
#include <tchar.h>
#include <wincred.h>
+#include <windowsx.h>
// boost
#include <boost/algorithm/string.hpp>