Forráskód Böngészése

Add missing include

Bart van Strien 6 éve
szülő
commit
7fe0406d77
1 módosított fájl, 1 hozzáadás és 0 törlés
  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"