mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix uint32_t
This commit is contained in:
parent
297b331435
commit
72052b9592
@ -24,6 +24,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
#include <xlnt/xlnt_config.hpp>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user