summaryrefslogtreecommitdiff
path: root/src/pch.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-09 08:52:03 -0500
committerGitHub <noreply@github.com>2020-02-09 08:52:03 -0500
commit1f1f99f253f981ae3d11e9df177a144d00dbce0e (patch)
tree01d38125329508f5628f9221f797e303180c8fc3 /src/pch.h
parent718c2a56f91f824c5eab69d8cc16294f77243370 (diff)
parent3a80685189967fbf4cfa002ac2b8a4fa421306ca (diff)
Merge pull request #994 from isanae/generic-file-list
New file tree
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>