Skip to content

Commit a8c98b4

Browse files
authored
Merge pull request #189 from williamspatrick/master
Fix missing cstdint include
2 parents d3a403d + 154df8f commit a8c98b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/restclient-cpp/connection.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <string>
1414
#include <map>
1515
#include <cstdlib>
16+
#include <cstdint>
1617

1718
#include "restclient-cpp/restclient.h"
1819
#include "restclient-cpp/version.h"

0 commit comments

Comments
 (0)