blob: 2a1442d0f89a4e4af089c2c07ab09316e9ec6408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git common.h common.h
index 7470006..307c317 100644
--- common.h
+++ common.h
@@ -10,6 +10,7 @@
#pragma once
+#include <stdexcept>
#include <string>
#include <vector>
#include <cstring>
|