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

Merge pull request #9507 from abouvier/patch-1

tests: add missing header
Mai 3 лет назад
Родитель
Сommit
2d7f9fb21b
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"