소스 검색

Add missing string.h include

Zach Hilman 8 년 전
부모
커밋
83c3ae8be8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/core/crypto/ctr_encryption_layer.cpp

+ 1 - 0
src/core/crypto/ctr_encryption_layer.cpp

@@ -2,6 +2,7 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#include <string.h>
 #include "common/assert.h"
 #include "core/crypto/ctr_encryption_layer.h"