Skip to content

Commit c4c7ad8

Browse files
committed
Replace incorrect inclusion
Replaces incorrect inclusion of pngstruct.h with pngpriv.h For details, see pnggroup/libpng#663
1 parent 823d0f6 commit c4c7ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/CFileFormatPng.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "StdInc.h"
1212
#include <libpng/png.h>
13-
#include <libpng/pngstruct.h>
13+
#include <libpng/pngpriv.h>
1414

1515
///////////////////////////////////////////////////////////////
1616
//

0 commit comments

Comments
 (0)