mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix <cstdint> header miss, which may cause compile errors under new version of libstdc++
This commit is contained in:
parent
297b331435
commit
8e8129b86a
|
@ -24,6 +24,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
#include <xlnt/xlnt_config.hpp>
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
// @author: see AUTHORS file
|
||||
#include <cmath>
|
||||
#include <ctime>
|
||||
#include <cstdint>
|
||||
|
||||
#include <xlnt/utils/time.hpp>
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
// @author: see AUTHORS file
|
||||
#include <cmath>
|
||||
#include <ctime>
|
||||
#include <cstdint>
|
||||
|
||||
#include <xlnt/utils/timedelta.hpp>
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
//
|
||||
// @license: http://www.opensource.org/licenses/mit-license.php
|
||||
// @author: see AUTHORS file
|
||||
#include <cstdint>
|
||||
|
||||
#include <xlnt/utils/datetime.hpp>
|
||||
#include <xlnt/utils/variant.hpp>
|
||||
|
|
Loading…
Reference in New Issue
Block a user