Browse Source

Merge pull request #9507 from abouvier/patch-1

tests: add missing header
pull/15/merge
Mai 3 years ago
committed by GitHub
parent
commit
2d7f9fb21b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/tests/common/scratch_buffer.cpp

1
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"

Loading…
Cancel
Save