summaryrefslogtreecommitdiff
path: root/src/threadengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadengine.cpp')
-rw-r--r--src/threadengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index 7e1e76693..08765c4e4 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -13,6 +13,8 @@
#include "threadengine.h"
#include "anope.h"
+#include <stdexcept>
+
static void *entry_point(void *parameter)
{
Thread *thread = static_cast<Thread *>(parameter);