Skip to content

Commit

Permalink
Fix wrong includes
Browse files Browse the repository at this point in the history
  • Loading branch information
topheg committed Dec 14, 2022
1 parent 377e4d9 commit b414dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/src/citygml/polygon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <citygml/appearance.h>
#include <citygml/texture.h>
#include <citygml/texturecoordinates.h>
#include <citygml/tesselator.h>
#include <citygml/tesselatorbase.h>
#include <citygml/citygmllogger.h>
#include <citygml/texturetargetdefinition.h>
#include <citygml/materialtargetdefinition.h>
Expand Down
2 changes: 1 addition & 1 deletion sources/src/parser/citygmldocumentparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <citygml/citygmllogger.h>
#include <citygml/citygmlfactory.h>
#include <citygml/citymodel.h>
#include <citygml/tesselator.h>
#include <citygml/tesselatorbase.h>

#include <stdexcept>

Expand Down

0 comments on commit b414dc7

Please sign in to comment.