Clean up exception classes.
[awesomized/libmemcached] / libtest / cmdline.cc
index 1423eca6ceb51f2ff47ba03234563d5db516f379..3ecf63df31ac2275325043cdd53b15f2a8fd452c 100644 (file)
@@ -59,6 +59,7 @@ using namespace libtest;
 #include <unistd.h>
 
 #include <algorithm>
+#include <stdexcept>
 
 #ifndef __USE_GNU
 static char **environ= NULL;
@@ -481,7 +482,7 @@ Application::error_t Application::join()
   }
   else if (waited_pid == -1)
   {
-    std::string error_string
+    std::string error_string;
     if (stdout_result_length())
     {
       error_string+= " stdout: ";