Skip to content

Commit

Permalink
add missing includes, re #49
Browse files Browse the repository at this point in the history
  • Loading branch information
gentryx committed Feb 20, 2017
1 parent ca9bf27 commit 47f84d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libgeodecomp/geometry/coord.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <mpi.h>
#endif

#include <algorithm>
#include <cstdlib>
#include <string>
#include <sstream>
Expand Down
1 change: 1 addition & 0 deletions src/libgeodecomp/geometry/floatcoord.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef LIBGEODECOMP_GEOMETRY_FLOATCOORD_H
#define LIBGEODECOMP_GEOMETRY_FLOATCOORD_H

#include <algorithm>
#include <cmath>
#include <sstream>

Expand Down

0 comments on commit 47f84d7

Please sign in to comment.