Skip to content

Commit 7fe0406

Browse files
committed
Add missing include
1 parent adcdd6c commit 7fe0406

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/HTTPRequest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <string>
33
#include <memory>
44
#include <limits>
5+
#include <stdexcept>
56

67
#include "HTTPRequest.h"
78
#include "PlaintextConnection.h"

0 commit comments

Comments
 (0)