Skip to content
Snippets Groups Projects
Unverified Commit d302024d authored by Joris Vaillant's avatar Joris Vaillant
Browse files

unique_ptr: Fix includes

parent 7d8d02ff
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,12 @@
// Copyright (c) 2024 INRIA
//
//
#include <type_traits>
#ifndef __eigenpy_utils_traits_hpp__
#define __eigenpy_utils_traits_hpp__
#include <type_traits>
namespace eigenpy {
namespace details {
......
/// @file
/// @copyright Copyright 2023 CNRS INRIA
#include <iostream>
#include <eigenpy/eigenpy.hpp>
#include <eigenpy/std_unique_ptr.hpp>
#include <memory>
namespace bp = boost::python;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment