Skip to content

Commit

Permalink
Fix msys2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Sep 26, 2023
1 parent 0bc6323 commit 1e210a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/algorithms/token_bucket.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define CPPCOMMON_ALGORITHMS_TOKEN_BUCKET_H

#include <atomic>
#include <cstdint>

namespace CppCommon {

Expand Down
1 change: 1 addition & 0 deletions include/common/reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef CPPCOMMON_READER_H
#define CPPCOMMON_READER_H

#include <cstdint>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions include/system/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef CPPCOMMON_SYSTEM_CPU_H
#define CPPCOMMON_SYSTEM_CPU_H

#include <cstdint>
#include <string>

namespace CppCommon {
Expand Down

0 comments on commit 1e210a5

Please sign in to comment.