summaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-04-28 20:32:42 +0200
committerGitHub <noreply@github.com>2021-04-28 18:32:42 +0000
commitfc0512b6d13349a91da5ac6617acebc41cbd238c (patch)
tree4c15847678156e3cf88bacf3a380a6ea94007c0c /src/main/main.cpp
parent0683b708c4752c1d0e894f19e8011a256ef6df7e (diff)
Remove exception headers from options.h (#6456)
This PR removes two headers for exceptions from options.h, and instead pushes the includes to a couple of source files.
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r--src/main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 6a7baebb3..b96598b0b 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -26,6 +26,7 @@
#include "main/command_executor.h"
#include "main/interactive_shell.h"
#include "options/language.h"
+#include "options/option_exception.h"
#include "options/options.h"
#include "parser/parser.h"
#include "parser/parser_builder.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback