Sergei Trofimovich
66ff2d8a4a
Common/Hashmaps.h: add missing <stdint> include
...
On gcc-10 the build fails as:
```
[ 51%] Building CXX object CMakeFiles/Core.dir/GPU/Null/NullGpu.cpp.o
In file included from ../GPU/Common/DrawEngineCommon.h:24,
from ../GPU/Null/NullGpu.cpp:18:
../Common/Hashmaps.h:11:7: error: 'uint32_t' does not name a type; did you mean 'u_int32_t'?
11 | const uint32_t hashmapSeed = 0x23B58532;
| ^~~~~~~~
| u_int32_t
```
This happens due to improved transitive include hygiene on
gcc-10 headers. The change includes <cstdint> to pull in
'uint32_t' typedef.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-01-25 17:59:53 +00:00
..
2017-02-25 09:57:14 +01:00
2018-06-18 00:37:52 -07:00
2020-01-20 14:42:40 +08:00
2016-10-11 16:55:29 +02:00
2014-12-15 17:09:40 -05:00
2018-03-20 20:30:33 +01:00
2017-12-29 17:30:13 -08:00
2017-02-24 18:59:41 +01:00
2012-11-23 19:41:35 +01:00
2015-04-06 18:13:30 +02:00
2019-05-13 19:06:31 +08:00
2018-03-20 20:30:33 +01:00
2017-05-26 15:48:03 +02:00
2015-01-11 18:16:15 +01:00
2017-08-29 18:27:46 +02:00
2014-12-15 17:09:40 -05:00
2019-08-05 11:44:52 -07:00
2017-01-27 14:19:03 +01:00
2019-06-23 11:25:27 -07:00
2018-06-14 18:29:55 -07:00
2017-12-27 19:33:04 -08:00
2018-09-01 19:56:35 -07:00
2019-10-24 23:01:45 +02:00
2019-05-10 23:25:57 +02:00
2016-12-06 20:16:59 +01:00
2017-08-31 22:15:05 +02:00
2019-08-11 14:03:16 +02:00
2019-06-14 18:39:15 +02:00
2018-03-23 03:18:13 +01:00
2017-08-30 19:47:15 +02:00
2018-02-25 10:27:59 +01:00
2019-09-28 09:22:38 -07:00
2017-03-18 10:47:36 +01:00
2018-09-14 13:09:27 +02:00
2018-09-14 13:09:27 +02:00
2019-05-19 15:23:25 +02:00
2014-11-13 17:10:29 +10:00
2016-10-11 18:49:08 +02:00
2020-01-04 09:02:10 -08:00
2019-08-15 16:25:16 +02:00
2018-06-22 21:29:18 -07:00
2018-02-10 16:55:44 -08:00
2020-01-25 17:59:53 +00:00
2019-09-03 00:02:57 +02:00
2019-09-03 00:02:57 +02:00
2017-11-24 13:52:53 +01:00
2018-08-22 18:28:36 -07:00
2018-06-08 06:59:17 -07:00
2019-08-11 14:03:16 +02:00
2015-07-19 18:22:22 +02:00
2017-01-25 20:38:46 +01:00
2019-08-17 11:52:44 +02:00
2017-01-25 20:38:46 +01:00
2019-09-01 17:10:13 +02:00
2017-03-23 10:02:29 +01:00
2020-01-04 21:54:25 +01:00
2017-01-26 10:01:14 +01:00
2017-03-15 19:42:17 +01:00
2016-10-11 18:49:08 +02:00
2016-10-11 18:49:08 +02:00
2018-03-23 03:18:13 +01:00
2017-11-20 12:11:47 +01:00
2017-11-21 18:06:26 +01:00
2020-01-14 17:15:11 +08:00
2020-01-14 17:15:11 +08:00
2016-10-11 16:55:29 +02:00
2018-03-23 22:54:12 +01:00
2019-02-10 15:55:00 +01:00
2019-02-10 15:55:00 +01:00
2017-08-31 17:15:22 +02:00
2019-08-11 14:03:54 +02:00
2019-08-11 14:03:54 +02:00
2017-02-28 11:40:29 +01:00
2017-08-31 01:14:51 +02:00
2016-05-01 11:40:00 +02:00
2017-05-30 13:52:29 +02:00
2016-03-20 23:14:08 -07:00
2012-11-05 10:05:09 +01:00
2014-12-15 17:09:40 -05:00
2017-07-07 11:33:07 +02:00
2017-12-13 22:28:30 +01:00
2014-03-02 11:16:56 -08:00