From bc68e04f80c60d6997802a8752b0d3f549508d0c Mon Sep 17 00:00:00 2001 From: Paul Merrill Date: Fri, 5 Dec 2014 08:31:43 -0800 Subject: [PATCH] c++11: world.h --- src/world.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/world.h b/src/world.h index 0aaf3e1..1aebb13 100644 --- a/src/world.h +++ b/src/world.h @@ -27,11 +27,11 @@ #ifndef WORLD_H #define WORLD_H +#include #include #include #include -#include #include // for Gosu::Transform #include "bitrecord.h" @@ -207,7 +207,7 @@ protected: Music music; Player player; std::string playerPhase; - boost::shared_ptr view; + std::shared_ptr view; /** -- 2.11.4.GIT