Explorar o código

Merge pull request #93 from cdbishop/missing_inc_fix

Added stdexcept include for use of runtime_error exception
bel2125 %!s(int64=10) %!d(string=hai) anos
pai
achega
8c6520af36
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;