Zach Hilman 8 лет назад
Родитель
Сommit
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
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 // Refer to the license.txt file included.
 
 
+#include <string.h>
 #include "common/assert.h"
 #include "common/assert.h"
 #include "core/crypto/ctr_encryption_layer.h"
 #include "core/crypto/ctr_encryption_layer.h"