Browse Source

Merge pull request #93 from cdbishop/missing_inc_fix

Added stdexcept include for use of runtime_error exception
bel2125 10 years ago
parent
commit
8c6520af36
1 changed files with 1 additions and 0 deletions
  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;