Skip to content

Commit

Permalink
Sigh, moved the #include <memory> to point_tile_index.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktatterso committed Apr 28, 2021
1 parent 81ad33a commit bb7895d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/midgard/point_tile_index.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <memory>

#include "midgard/point_tile_index.h"

namespace valhalla {
Expand Down
1 change: 1 addition & 0 deletions valhalla/midgard/point_tile_index.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <memory>
#include <unordered_set>

#include "midgard/linesegment2.h"
Expand Down

0 comments on commit bb7895d

Please sign in to comment.