mark.yang 31595e28fa
sqlite-orm: fix build with gcc-15.0.1
* see more details:
  http://errors.yoctoproject.org/Errors/Details/850148/
    TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:7:5: error: 'uint16_t' does not name a type
        7 |     uint16_t src_port;
        |     ^~~~~~~~
    TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:3:1: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
        2 | #include <sqlite_orm/sqlite_orm.h>
    +++ |+#include <cstdint>
        3 | #include <string>

While this was backported from 6a96d1cec4(Explicitly included <cstdint> in examples and unit tests),
since it was a commit made in v1.9, only synchronous.cpp was modified as other files do not exist in the current version.

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-01 09:21:23 -07:00
..
2025-03-28 10:28:12 -07:00
2025-02-27 20:28:17 +00:00
2024-06-27 09:19:06 -07:00
2025-01-14 08:52:03 -08:00
2023-02-01 09:28:47 -08:00
2025-03-12 08:15:43 -07:00
2024-02-09 09:52:12 -08:00
2024-05-23 08:44:44 -07:00
2025-03-27 17:05:45 -07:00
2025-02-03 13:03:24 -08:00
2025-03-25 09:33:51 -07:00
2024-07-28 00:00:31 -07:00
2023-12-21 08:20:34 -08:00
2025-01-24 18:20:00 -08:00
2025-03-08 15:06:11 -08:00
2024-02-09 09:52:12 -08:00
2025-02-14 20:27:17 -08:00
2025-03-31 14:42:07 -07:00
2025-01-29 17:43:04 -08:00
2023-03-17 07:06:55 -07:00
2023-06-14 09:41:35 -07:00
2025-04-01 09:21:23 -07:00
2024-07-25 07:58:08 -07:00
2025-02-10 08:45:37 -08:00
2025-03-18 11:30:45 -07:00
2025-03-11 19:35:32 -07:00
2025-03-25 09:33:53 -07:00
2025-02-26 08:30:52 -08:00
2024-02-09 09:52:12 -08:00
2025-03-11 17:17:21 -07:00
2025-01-14 08:52:05 -08:00
2024-02-09 09:52:12 -08:00
2024-06-07 09:11:54 -07:00
2025-02-04 10:14:37 -08:00
2024-12-13 07:54:45 -08:00
2024-12-24 08:23:09 -08:00
2024-12-27 09:21:42 -08:00
2025-02-26 08:30:56 -08:00
2025-03-11 17:17:19 -07:00
2024-04-19 14:31:31 -07:00
2025-01-20 20:20:26 -08:00