libE57Format: fix compile using gcc13

Adding missing header file. Also submitted this upstream here:

https://github.com/asmaloney/libE57Format/pull/243
This commit is contained in:
Adrian Schröter
2023-03-27 11:45:20 +02:00
committed by wwmayer
parent 2801f07221
commit f91ad00ed2

View File

@@ -33,6 +33,7 @@
#include <cfloat>
#include <memory>
#include <cstdint>
#include <vector>
#include "E57Exception.h"