浏览代码

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"