Skip to content

Commit

Permalink
fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Apr 16, 2024
1 parent ebf5c8a commit 1738c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polyhedralGravity/model/Polyhedron.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <tuple>
#include <variant>
#include <string>
#include <sstream>
#include <memory>
#include "thrust/copy.h"
#include "polyhedralGravity/output/Logging.h"
Expand Down

0 comments on commit 1738c16

Please sign in to comment.