Browse Source

Added stdexcept include for use of runtime_error exception

cbishop 10 năm trước cách đây
mục cha
commit
b97f12bf42
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/CivetServer.h

+ 1 - 0
include/CivetServer.h

@@ -12,6 +12,7 @@
 #include <map>
 #include <string>
 #include <vector>
+#include <stdexcept>
 
 // forward declaration
 class CivetServer;