Skip to content

Commit

Permalink
Build: satisfy cpplint
Browse files Browse the repository at this point in the history
- Add missing includes.

Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
  • Loading branch information
srmainwaring committed Dec 30, 2024
1 parent 9744bbc commit 5da8af6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gz-waves/src/TriangulatedGrid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@

#include "gz/waves/TriangulatedGrid.hh"

#include <iostream>
#include <memory>
#include <utility>
#include <vector>

#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
Expand All @@ -35,6 +30,11 @@
#include <CGAL/algorithm.h>
#include <CGAL/point_generators_2.h>

#include <iostream>
#include <memory>
#include <utility>
#include <vector>

#include "gz/waves/Geometry.hh"

namespace gz
Expand Down

0 comments on commit 5da8af6

Please # to comment.