Skip to content

Commit

Permalink
Add Eigen/Core header
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Nov 29, 2021
1 parent 120a69d commit c0b65b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtsam/base/serialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

#pragma once

#include <sstream>
#include <Eigen/Core>
#include <fstream>
#include <sstream>
#include <string>

// includes for standard serialization types
Expand Down

0 comments on commit c0b65b2

Please sign in to comment.