Mercurial > minori
comparison include/core/strings.h @ 218:c39ad2a8587d
strings: include cstdint
oops
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Sun, 07 Jan 2024 13:28:00 -0500 |
| parents | 7cf53145de11 |
| children | f784b5b1914c |
comparison
equal
deleted
inserted
replaced
| 217:47ddd6b638e3 | 218:c39ad2a8587d |
|---|---|
| 2 #define __core__strings_h | 2 #define __core__strings_h |
| 3 | 3 |
| 4 #include <string> | 4 #include <string> |
| 5 #include <vector> | 5 #include <vector> |
| 6 #include <sstream> | 6 #include <sstream> |
| 7 | |
| 8 #include <cstdint> | |
| 7 | 9 |
| 8 class QString; | 10 class QString; |
| 9 class QByteArray; | 11 class QByteArray; |
| 10 | 12 |
| 11 namespace Strings { | 13 namespace Strings { |
