Skip to content

Commit

Permalink
add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaurer3 committed Nov 29, 2022
1 parent a7ebf6e commit 6292d63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/LercLib/Lerc.cpp
Expand Up @@ -26,6 +26,7 @@ Contributors: Thomas Maurer
#include "Lerc2.h"
#include <typeinfo>
#include <limits>
#include <functional>

#ifdef HAVE_LERC1_DECODE
#include "Lerc1Decode/CntZImage.h"
Expand Down
1 change: 1 addition & 0 deletions src/LercLib/fpl_EsriHuffman.cpp
Expand Up @@ -28,6 +28,7 @@ Original coding 2021 Yuriy Yakimenko
#include <cstdlib>
#include <stdint.h>
#include <limits>
#include <algorithm>

USING_NAMESPACE_LERC

Expand Down
1 change: 1 addition & 0 deletions src/LercLib/fpl_Lerc2Ext.cpp
Expand Up @@ -28,6 +28,7 @@ Original coding 2021 Yuriy Yakimenko
#include <cmath>
#include <cstring>
#include <stdint.h>
#include <algorithm>

USING_NAMESPACE_LERC

Expand Down

0 comments on commit 6292d63

Please sign in to comment.