14 lines
329 B
Diff
14 lines
329 B
Diff
|
diff --git a/thirdparty/etcpak/Bitmap.cpp b/thirdparty/etcpak/Bitmap.cpp
|
||
|
index 6aa36f5caa..ef318318ac 100644
|
||
|
--- a/thirdparty/etcpak/Bitmap.cpp
|
||
|
+++ b/thirdparty/etcpak/Bitmap.cpp
|
||
|
@@ -3,7 +3,7 @@
|
||
|
#include <string.h>
|
||
|
#include <assert.h>
|
||
|
|
||
|
-#include "libpng/png.h"
|
||
|
+#include <png.h>
|
||
|
#include "lz4/lz4.h"
|
||
|
|
||
|
#include "Bitmap.hpp"
|