Skip to content

Commit 0725841

Browse files
build(wheel_semantic): always include logging header
1 parent f561d26 commit 0725841

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

wheel_semantic/include/wheel_semantic/literal_semantic.hxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
#include <optional>
88
#include <charconv>
99
#include <system_error>
10+
#include <wheel_utils/logging.hxx>
1011

11-
#if defined (WHEEL_DEBUG)
12-
#include <wheel_utils/logging.hxx>
13-
#endif
1412

1513
using wheel_semantic::SemanticErrorCode;
1614
WHEEL_SEMANTIC_BEGIN_NAMESPACE

0 commit comments

Comments
 (0)