Просмотр исходного кода

Core: Add a forgotten #include <cstring> for memcpy.

Emmanuel Gil Peyrot 9 лет назад
Родитель
Сommit
643e590b5c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/core/arm/dynarmic/arm_dynarmic.cpp

+ 1 - 0
src/core/arm/dynarmic/arm_dynarmic.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 <cstring>
 #include <dynarmic/dynarmic.h>
 #include <dynarmic/dynarmic.h>
 #include "common/assert.h"
 #include "common/assert.h"
 #include "common/microprofile.h"
 #include "common/microprofile.h"