From af0e0e4d30c6f141361160fa272c1ba6b49b8c07 Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Wed, 9 Oct 2019 18:33:07 +0200 Subject: [PATCH] Add missing #include --- tests/tests/son_operations_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests/son_operations_tests.cpp b/tests/tests/son_operations_tests.cpp index b338ed72..a976a6db 100644 --- a/tests/tests/son_operations_tests.cpp +++ b/tests/tests/son_operations_tests.cpp @@ -2,6 +2,7 @@ #include "../common/database_fixture.hpp" +#include #include #include