Skip to content

Commit 4d0ea2e

Browse files
GiorgioCacullilawrinn
authored andcommitted
required <cstdint> inclusion in various headers
1 parent 769420c commit 4d0ea2e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-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/logger/SimpleLogger.h

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

23+
#include <cstdint>
2324
#include <iostream>
2425
#include <sstream>
2526
#include "SQLString.hpp"

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)