소스 검색

Merge pull request #12927 from richardkchapman/hpcc22740

HPCC-22740 Build error on osx in cryptolib

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 5 년 전
부모
커밋
38b8f302a3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      plugins/cryptolib/cryptolib.cpp

+ 1 - 0
plugins/cryptolib/cryptolib.cpp

@@ -22,6 +22,7 @@
 #include <openssl/pem.h>
 #include <openssl/err.h>
 #include <openssl/rand.h>
+#include <string>
 #include <unordered_map>
 
 #include "cryptolib.hpp"