Browse Source

Add missing include

Bart van Strien 6 years ago
parent
commit
7fe0406d77
1 changed files with 1 additions and 0 deletions
  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"