summaryrefslogtreecommitdiff
path: root/test/buildtool/multithreading/task.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/multithreading/task.test.cpp')
-rw-r--r--test/buildtool/multithreading/task.test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/buildtool/multithreading/task.test.cpp b/test/buildtool/multithreading/task.test.cpp
index 772b3e83..dbacb1a8 100644
--- a/test/buildtool/multithreading/task.test.cpp
+++ b/test/buildtool/multithreading/task.test.cpp
@@ -12,11 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "src/buildtool/multithreading/task.hpp"
+
#include <functional>
#include <utility> // std::move
#include "catch2/catch_test_macros.hpp"
-#include "src/buildtool/multithreading/task.hpp"
namespace {
constexpr int kDummyValue{5};