瀏覽代碼

Missing include

Strangely it's not needed on my dev machine

Source commit: 9a39bb6a7b9dfd3f42e29652da2ee2a9498fadc8
Martin Prikryl 2 年之前
父節點
當前提交
ba2b357ff8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/core/Terminal.cpp

+ 1 - 0
source/core/Terminal.cpp

@@ -28,6 +28,7 @@
 #include "NeonIntf.h"
 #include <openssl/pkcs12.h>
 #include <openssl/err.h>
+#include <algorithm>
 
 #ifndef AUTO_WINSOCK
 #include <winsock2.h>