summaryrefslogtreecommitdiff
path: root/src/config.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-09 13:41:21 +0000
committerSadie Powell <sadie@witchery.services>2024-03-09 22:22:56 +0000
commitef37daf44a97e7ff715b61eadf83f1478365a720 (patch)
tree54b5a3abb67c5b355245a2686ea1ccd5c0d93134 /src/config.cpp
parent39d288f99f878fcaa0f43d659815686fbee667f5 (diff)
Clean up the services.h includes.
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp
index b6c7ff4cf..ca36bea7d 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -17,6 +17,9 @@
#include "channels.h"
#include "hashcomp.h"
+#include <stack>
+#include <stdexcept>
+
using Configuration::File;
using Configuration::Conf;
using Configuration::Internal::Block;