summaryrefslogtreecommitdiff
path: root/src/pch.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-01-15 16:14:34 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-04 03:33:19 -0500
commitbb9a4600bb3e83ad35a061db228c81cf8e108407 (patch)
tree97387c8418d82caf1ff2f0a357667b7a85734fff /src/pch.h
parent08188830a3cf67924980b4183e2ca7a4b5e12c3d (diff)
rewriting FileTreeModel, implemented add/remove folders in root
Diffstat (limited to 'src/pch.h')
-rw-r--r--src/pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pch.h b/src/pch.h
index b7c5d695..8e8d33f7 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>