[Scummvm-git-logs] scummvm master -> fe274d10ba5804a01d9ec53db17a07f29062c4e0

bluegr bluegr at gmail.com
Wed Aug 18 15:22:58 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fe274d10ba COMMON: Fix c++ header usage.


Commit: fe274d10ba5804a01d9ec53db17a07f29062c4e0
    https://github.com/scummvm/scummvm/commit/fe274d10ba5804a01d9ec53db17a07f29062c4e0
Author: Fiodar Stryzhniou (fedor_qd at mail.ru)
Date: 2021-08-18T18:22:55+03:00

Commit Message:
COMMON: Fix c++ header usage.

Changed paths:
    common/random.cpp


diff --git a/common/random.cpp b/common/random.cpp
index ed3bc4dbb8..2b7d140510 100644
--- a/common/random.cpp
+++ b/common/random.cpp
@@ -20,7 +20,7 @@
  *
  */
 
-#include <climits>
+#include <limits.h>
 
 #include "common/random.h"
 #include "common/system.h"




More information about the Scummvm-git-logs mailing list