Преглед на файлове

tests: add missing header

<cstring> is needed for std::memcpy
Alexandre Bouvier преди 3 години
родител
ревизия
dce2649daf
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/tests/common/scratch_buffer.cpp

+ 1 - 0
src/tests/common/scratch_buffer.cpp

@@ -3,6 +3,7 @@
 
 #include <algorithm>
 #include <array>
+#include <cstring>
 #include <span>
 #include <catch2/catch.hpp>
 #include "common/common_types.h"