Explorar el Código

Add missing include

Bart van Strien hace 6 años
padre
commit
7fe0406d77
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/common/HTTPRequest.cpp

+ 1 - 0
src/common/HTTPRequest.cpp

@@ -2,6 +2,7 @@
 #include <string>
 #include <memory>
 #include <limits>
+#include <stdexcept>
 
 #include "HTTPRequest.h"
 #include "PlaintextConnection.h"