Skip to content

Commit cc6370a

Browse files
committed
Remove system error
1 parent d987b5b commit cc6370a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/core/tests/test-error_handling.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
#include <type_traits>
88

99
#include <Catch2/single_include/catch2/catch.hpp>
10-
#include <error_handling/ErrorCode.hpp>
10+
11+
#include "../src/clp/error_handling/ErrorCode.hpp"
1112

1213
using clp::error_handling::ErrorCategory;
1314
using clp::error_handling::ErrorCode;

0 commit comments

Comments
 (0)