Skip to content

Commit 64ef1d3

Browse files
committed
xrServerEntities/smart_cast.h: Fixed case of loki/Typelist include.
1 parent b8b2432 commit 64ef1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrServerEntities/smart_cast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifdef PURE_DYNAMIC_CAST
2020
# define smart_cast dynamic_cast
2121
#else
22-
# include <loki/typelist.h>
22+
# include <loki/Typelist.h>
2323

2424
# define PURE_DYNAMIC_CAST_COMPATIBILITY_CHECK
2525

0 commit comments

Comments
 (0)