aboutsummaryrefslogtreecommitdiff
path: root/fesvr/dtm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/dtm.cc')
-rw-r--r--fesvr/dtm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/fesvr/dtm.cc b/fesvr/dtm.cc
index 91cacb2..418ac63 100644
--- a/fesvr/dtm.cc
+++ b/fesvr/dtm.cc
@@ -6,6 +6,7 @@
#include <string.h>
#include <assert.h>
#include <pthread.h>
+#include <stdexcept>
#define RV_X(x, s, n) \
(((x) >> (s)) & ((1 << (n)) - 1))