fix uint32_t

This commit is contained in:
chris 2024-02-24 21:56:27 +00:00
parent 297b331435
commit 72052b9592
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#pragma once #pragma once
#include <string> #include <string>
#include <cstdint>
#include <xlnt/xlnt_config.hpp> #include <xlnt/xlnt_config.hpp>

View File

@ -25,6 +25,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <cstdint>
#include <xlnt/xlnt_config.hpp> #include <xlnt/xlnt_config.hpp>

View File

@ -22,6 +22,7 @@
// @author: see AUTHORS file // @author: see AUTHORS file
#include <cmath> #include <cmath>
#include <ctime> #include <ctime>
#include <cstdint>
#include <xlnt/utils/time.hpp> #include <xlnt/utils/time.hpp>

View File

@ -22,6 +22,7 @@
// @author: see AUTHORS file // @author: see AUTHORS file
#include <cmath> #include <cmath>
#include <ctime> #include <ctime>
#include <cstdint>
#include <xlnt/utils/timedelta.hpp> #include <xlnt/utils/timedelta.hpp>