Skip to content

Commit

Permalink
Fix include wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Aug 18, 2024
1 parent 5e58d32 commit 0a44a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g2o/core/io/io_wrapper_cereal.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#ifndef G2O_CORE_IO_WARPPER_CEREAL_H
#define G2O_CORE_IO_WARPPER_CEREAL_H
#ifndef G2O_CORE_IO_WRAPPER_CEREAL_H
#define G2O_CORE_IO_WRAPPER_CEREAL_H

#include "g2o/config.h"

Expand Down
1 change: 1 addition & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[ ] drop cereal (replace with json directly, drop xml) simdjson
[x] wrap simulator into library
[x] add config types for simulation
[ ] add tests for simulator
Expand Down

0 comments on commit 0a44a47

Please sign in to comment.