From 0ee8402c1a24bd8c746ed6e568b34d6ea4efe7b5 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 25 Aug 2019 13:52:43 +0200 Subject: [PATCH] Fix include so that Cppcheck finds it --- unittest/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/util.hpp b/unittest/util.hpp index 57bf016de..fdf6b52eb 100644 --- a/unittest/util.hpp +++ b/unittest/util.hpp @@ -18,7 +18,7 @@ #pragma once -#include "system.hpp" +#include "../src/system.hpp" bool path_exists(const char* path); bool is_symlink(const char* path); -- 2.47.3