Skip to content

Commit

Permalink
clear gcc compile warnning
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Oct 29, 2024
1 parent dba4586 commit 8ad5a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hikyuu_pywrap/convert_any.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

#include "convert_any.h"
#include <datetime.h>

Datetime pydatetime_to_Datetime(const pybind11::object& source) {
Datetime value;
Expand Down Expand Up @@ -61,4 +62,4 @@ Datetime pydatetime_to_Datetime(const pybind11::object& source) {
}

return value;
}
}
1 change: 0 additions & 1 deletion hikyuu_pywrap/convert_any.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <pybind11/pybind11.h>
#include <pybind11/eval.h>
#include <hikyuu/hikyuu.h>
#include <datetime.h>
#include "bind_stl.h"

using namespace hku;
Expand Down

0 comments on commit 8ad5a75

Please sign in to comment.