Skip to content

Commit 2a2d2fc

Browse files
committed
Include nlohmann before PDAL.
1 parent b00cc4e commit 2a2d2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pdal/filters/PythonFilter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
* OF SUCH DAMAGE.
3333
****************************************************************************/
3434

35-
#include "PythonFilter.hpp"
36-
3735
#include "../nlohmann/json.hpp"
3836

37+
#include "PythonFilter.hpp"
38+
3939
#include <pdal/PointView.hpp>
4040
#include <pdal/DimUtil.hpp>
4141
#include <pdal/util/ProgramArgs.hpp>

0 commit comments

Comments
 (0)