Skip to content

Commit 41a0431

Browse files
authored
chore(includes): migrate to canonical kcenon/thread/* paths (#686)
Update vcpkg consumer integration test to use the canonical <kcenon/thread/utils/formatter.h> include path. The legacy <thread_system/utilities/formatter.h> path is now a [[deprecated]] forwarding header in thread_system and is scheduled for removal in the next minor release. Closes #685
1 parent da708ab commit 41a0431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • integration_tests/vcpkg_consumer

integration_tests/vcpkg_consumer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// Tier 1: thread_system (optional)
2424
#ifdef HAS_THREAD_SYSTEM
25-
#include <thread_system/utilities/formatter.h>
25+
#include <kcenon/thread/utils/formatter.h>
2626
#endif
2727

2828
// Tier 1: container_system (optional)

0 commit comments

Comments
 (0)