Skip to content

Commit

Permalink
adding missing header inclusions
Browse files Browse the repository at this point in the history
Thanks to Jobst Ziebell
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 2, 2015
1 parent 469463c commit 5254ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/database.hpp
Expand Up @@ -18,6 +18,7 @@

#include "error.hpp"
#include <string>
#include <vector>
#include <Eigen/Core>

struct sqlite3;
Expand Down
1 change: 1 addition & 0 deletions src/numerics2.hpp
Expand Up @@ -22,6 +22,7 @@
#include <cmath>
#include <limits>
#include <cstddef>
#include <cstdlib>

namespace flexiblesusy {

Expand Down

0 comments on commit 5254ec0

Please sign in to comment.