diff options
Diffstat (limited to 'test/buildtool/crypto/hash_function.test.cpp')
-rw-r--r-- | test/buildtool/crypto/hash_function.test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/buildtool/crypto/hash_function.test.cpp b/test/buildtool/crypto/hash_function.test.cpp index 340384e7..ccee68aa 100644 --- a/test/buildtool/crypto/hash_function.test.cpp +++ b/test/buildtool/crypto/hash_function.test.cpp @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include <string> +#include <utility> // std::move + #include "catch2/catch_test_macros.hpp" #include "src/buildtool/crypto/hash_function.hpp" |