Skip to content

Commit

Permalink
Merge pull request fasiondog#123 from mydown51/master
Browse files Browse the repository at this point in the history
fix: os.h add #include <cstdint>
  • Loading branch information
fasiondog authored Oct 30, 2023
2 parents 000ba7e + 2176706 commit 3a7859b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hikyuu_cpp/hikyuu/utilities/os.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <string>
#include "Null.h"
#include "arithmetic.h"
#include <cstdint>

#ifndef HKU_API
#define HKU_API
Expand Down

0 comments on commit 3a7859b

Please sign in to comment.