summaryrefslogtreecommitdiff
path: root/seqmatcher.cpp
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2021-01-08 19:17:08 +0100
committerTom Smeding <tom.smeding@gmail.com>2021-01-08 19:17:08 +0100
commitc0fc00d9ef108e932e187717da58c990b4cf4710 (patch)
tree0f355e4f9c5133e7c1acc54c53aa0eaa9e796158 /seqmatcher.cpp
parentc66b8ded10f0d5e872e507fdff3010f732aa5449 (diff)
Add missing include
Diffstat (limited to 'seqmatcher.cpp')
-rw-r--r--seqmatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/seqmatcher.cpp b/seqmatcher.cpp
index f0abedc..5858ea7 100644
--- a/seqmatcher.cpp
+++ b/seqmatcher.cpp
@@ -1,4 +1,5 @@
#include "seqmatcher.h"
+#include <stdexcept>
#include <cassert>