Missing header. 2.1.0
authorScott Cantor <cantor.2@osu.edu>
Sun, 10 Aug 2008 19:27:30 +0000 (19:27 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 10 Aug 2008 19:27:30 +0000 (19:27 +0000)
apache/mod_apache.cpp
isapi_shib/isapi_shib.cpp
nsapi_shib/nsapi_shib.cpp

index 312486f..4fd81e8 100644 (file)
@@ -72,6 +72,7 @@
 #include <memory>
 #include <fstream>
 #include <sstream>
+#include <stdexcept>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>            // for getpid()
index 71cb033..38ea0c2 100644 (file)
@@ -40,6 +40,7 @@
 #include <set>
 #include <sstream>
 #include <fstream>
+#include <stdexcept>
 #include <process.h>
 
 #include <windows.h>
index 339ebc0..ea38feb 100644 (file)
@@ -47,6 +47,7 @@
 #include <memory>
 #include <fstream>
 #include <sstream>
+#include <stdexcept>
 
 #ifdef WIN32
 # include <process.h>