Skip to content

Commit e0d6e7f

Browse files
committed
fix: correct include path for logging export header
Fixes #1
1 parent a3db593 commit e0d6e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/include/logging/logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ASAP_PRAGMA(GCC diagnostic ignored "-Wswitch-enum")
2929
#include <spdlog/spdlog.h>
3030
ASAP_DIAGNOSTIC_POP
3131

32-
#include <logging/asap_logging_export.h>
32+
#include <asap/logging/api_export.h>
3333

3434
/// Top level namespace.
3535
namespace asap::logging {

0 commit comments

Comments
 (0)