Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit f683732

Browse files
Remove include(cmake/python.cmake) and put cstdint
1 parent 5f0e03c commit f683732

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ set(DOXYGEN_USE_MATHJAX YES)
2121
# JRL-cmakemodule setup
2222
include(cmake/base.cmake)
2323
include(cmake/boost.cmake)
24-
include(cmake/python.cmake)
2524

2625
# Project definition
2726
compute_project_args(PROJECT_ARGS LANGUAGES CXX)

src/dynamic_graph/convert-dg-to-py.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <boost/python.hpp>
1010
#include <boost/python/stl_iterator.hpp>
11+
#include <cstdint>
1112
#include <iostream>
1213
#include <sstream>
1314

0 commit comments

Comments
 (0)