mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
20 lines
495 B
Diff
20 lines
495 B
Diff
--- a/driver/interface/Exception.h
|
|
+++ b/driver/interface/Exception.h
|
|
@@ -22,6 +22,7 @@
|
|
#define _EXCEPTION_H_
|
|
|
|
#include <stdexcept>
|
|
+#include <cstdint> // for std::uint32_t and std::uint64_t
|
|
#include "class/SQLString.h"
|
|
|
|
namespace mariadb
|
|
--- a/driver/template/CArray.h
|
|
+++ b/driver/template/CArray.h
|
|
@@ -24,6 +24,7 @@
|
|
#include <initializer_list>
|
|
#include <vector>
|
|
#include <stdexcept>
|
|
+#include <cstdint> // for std::uint32_t and std::uint64_t
|
|
#include <cstring>
|
|
#include <string>
|
|
|