mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-22 07:10:18 +00:00
Fixed includes
This commit is contained in:
parent
a794ba73a0
commit
f83c52144d
@ -1,9 +1,3 @@
|
|||||||
#include <gdal/gdal.h>
|
|
||||||
#include "gdal/gdal_priv.h"
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#include <stdfloat>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@brief stores the contents of a tif file with float32 values
|
@brief stores the contents of a tif file with float32 values
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include "HeightMap.hh"
|
#include "HeightMap.hh"
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
int main(int argc, const char* argv[])
|
int main(int argc, const char* argv[])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user