Skip to content

Commit 96551d5

Browse files
committed
fix compilation errors caused by paths
1 parent d946ad0 commit 96551d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_platform.cpp

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

99
#include "test.h"
1010

11-
#include "libipc/platform/to_tchar.h"
11+
#include "libipc/platform/win/to_tchar.h"
1212

1313
TEST(Platform, to_tchar) {
1414
char const *utf8 = "hello world, "

0 commit comments

Comments
 (0)