Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove system error
Browse files Browse the repository at this point in the history
LinZhihao-723 committed Nov 26, 2024
1 parent d987b5b commit cc6370a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/core/tests/test-error_handling.cpp
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@
#include <type_traits>

#include <Catch2/single_include/catch2/catch.hpp>
#include <error_handling/ErrorCode.hpp>

#include "../src/clp/error_handling/ErrorCode.hpp"

using clp::error_handling::ErrorCategory;
using clp::error_handling::ErrorCode;

0 comments on commit cc6370a

Please sign in to comment.