]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Math/Random.hpp
Convert C-header includes to C++ variants in C++ files
[lugaru.git] / Source / Math / Random.hpp
index 430023c207349b8cc2b2c8378d5242e07333d9e3..f4b66239859f67442bc2e83d7f904be3ee74048e 100644 (file)
@@ -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()
 {