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, 2 insertions, 1 deletions
diff --git a/test/buildtool/crypto/hash_function.test.cpp b/test/buildtool/crypto/hash_function.test.cpp index 61c92eb9..89c073f4 100644 --- a/test/buildtool/crypto/hash_function.test.cpp +++ b/test/buildtool/crypto/hash_function.test.cpp @@ -12,11 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "src/buildtool/crypto/hash_function.hpp" + #include <string> #include <utility> // std::move #include "catch2/catch_test_macros.hpp" -#include "src/buildtool/crypto/hash_function.hpp" TEST_CASE("Hash Function", "[crypto]") { std::string bytes{"test"}; |