Skip to content

Commit

Permalink
xrServerEntities/smart_cast.h: Fixed case of loki/Typelist include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed May 20, 2016
1 parent b8b2432 commit 64ef1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrServerEntities/smart_cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifdef PURE_DYNAMIC_CAST
# define smart_cast dynamic_cast
#else
# include <loki/typelist.h>
# include <loki/Typelist.h>

# define PURE_DYNAMIC_CAST_COMPATIBILITY_CHECK

Expand Down

0 comments on commit 64ef1d3

Please sign in to comment.