summaryrefslogtreecommitdiff
path: root/src/util/resource_manager.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/util/resource_manager.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/util/resource_manager.cpp')
-rw-r--r--src/util/resource_manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/resource_manager.cpp b/src/util/resource_manager.cpp
index f65f938b5..872b23ac4 100644
--- a/src/util/resource_manager.cpp
+++ b/src/util/resource_manager.cpp
@@ -22,6 +22,7 @@
#include "base/check.h"
#include "base/listener.h"
#include "base/output.h"
+#include "options/option_exception.h"
#include "options/options.h"
#include "options/smt_options.h"
#include "util/statistics_registry.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback