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
2015-01-11 18:16:15 +01:00
2019-05-10 23:25:57 +02:00
2017-08-31 22:15:05 +02:00
2018-03-23 03:18:13 +01:00
2017-08-30 19:47:15 +02:00
2018-09-14 13:09:27 +02:00
2018-09-14 13:09:27 +02:00
2016-10-11 18:49:08 +02:00
2017-01-26 10:01:14 +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
2020-01-14 17:15:11 +08:00
2020-01-14 17:15:11 +08:00
2017-08-31 17:15:22 +02:00
2014-03-02 11:16:56 -08:00