소스 검색

Merge pull request #93 from cdbishop/missing_inc_fix

Added stdexcept include for use of runtime_error exception
bel2125 10 년 전
부모
커밋
8c6520af36
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;