Explorar o código

Add missing include

Bart van Strien %!s(int64=6) %!d(string=hai) anos
pai
achega
7fe0406d77
Modificáronse 1 ficheiros con 1 adicións e 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"