Преглед на файлове

Added stdexcept include for use of runtime_error exception

cbishop преди 10 години
родител
ревизия
b97f12bf42
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;