summaryrefslogtreecommitdiff
path: root/src/pch.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-14 04:30:33 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-15 14:40:40 -0400
commit7671725436551b7254ea89ff6985c5491fcc743d (patch)
tree8b9b36e71e7a5725b912f68dcb9b39db76a4f70d /src/pch.h
parent82975a6a38d0807e962b0e4b6cbd76337dc8189c (diff)
removed concept of custom executables, everything is modifiable
added apply button to dialog added reset button that re-adds plugin executables and renames existing ones if needed moved executables files to their filter in visual studio
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 e86c0da6..1d8df43a 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -13,6 +13,7 @@
#include <list>
#include <map>
#include <memory>
+#include <optional>
#include <regex>
#include <set>
#include <sstream>