Ver Fonte

Added stdexcept include for use of runtime_error exception

cbishop há 10 anos atrás
pai
commit
b97f12bf42
1 ficheiros alterados com 1 adições e 0 exclusões
  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;