Browse Source

HPCC-22510 Fix OSX build break (needs #include <string>)

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 6 years ago
parent
commit
f2fce02918
1 changed files with 1 additions and 0 deletions
  1. 1 0
      system/jlib/jsocket.cpp

+ 1 - 0
system/jlib/jsocket.cpp

@@ -24,6 +24,7 @@
     look at loopback
 */
 
+#include <string>
 #include <unordered_set>
 #include <functional>