Skip to content

Commit

Permalink
libE57Format: fix compile using gcc13
Browse files Browse the repository at this point in the history
Adding missing header file. Also submitted this upstream here:

asmaloney/libE57Format#243
  • Loading branch information
adrianschroeter authored and wwmayer committed Mar 27, 2023
1 parent 2801f07 commit f91ad00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/3rdParty/libE57Format/include/E57Format.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#include <cfloat>
#include <memory>
#include <cstdint>
#include <vector>

#include "E57Exception.h"
Expand Down

0 comments on commit f91ad00

Please sign in to comment.