From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/mmo/utils.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mmo/utils.hpp') diff --git a/src/mmo/utils.hpp b/src/mmo/utils.hpp index f8e84fe..95c89fc 100644 --- a/src/mmo/utils.hpp +++ b/src/mmo/utils.hpp @@ -23,6 +23,7 @@ # include "fwd.hpp" +# include # include # include @@ -36,6 +37,9 @@ # include "../io/fwd.hpp" + +namespace tmwa +{ template struct is_trivially_copyable : std::integral_constant