]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Math/Random.hpp
Update copyright year to 2017
[lugaru.git] / Source / Math / Random.hpp
index 430023c207349b8cc2b2c8378d5242e07333d9e3..082148d8cbd3ff4953cac2e8cbe9cf960d7a261b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -21,7 +21,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef _RANDOM_HPP_
 #define _RANDOM_HPP_
 
-#include <stdlib.h>
+#include <cstdlib>
 
 static inline short Random()
 {