diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | seqmatcher.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ got-gui obj/ +.cache/ compile_commands.json 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> |