Skip to content

Commit 4176e03

Browse files
GiorgioCacullilawrinn
authored andcommitted
required <cstdint> inclusion in various headers
1 parent 218e3ec commit 4176e03

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

include/conncpp/ParameterMetaData.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#ifndef _PARAMETERMETADATA_H_
2222
#define _PARAMETERMETADATA_H_
2323

24+
#include <cstdint>
2425
#include "SQLString.hpp"
2526

2627
namespace sql

src/util/String.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
#include <cctype>
22+
#include <cstdint>
2223
#include <string>
2324
#include <vector>
2425

src/util/Value.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#ifndef _VALUE_H_
2222
#define _VALUE_H_
2323

24+
#include <cstdint>
2425
#include <memory>
2526

2627
#include "StringImp.h"

0 commit comments

Comments
 (0)