mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Added some missing zlib.h and stdint.h includes
This commit is contained in:
parent
fed7286442
commit
fb5eae8aaa
5 changed files with 6 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include <zlib.h>
|
||||
#include "resourcefile.h"
|
||||
#include "cmdlib.h"
|
||||
#include "w_wad.h"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#define RAPIDJSON_HAS_CXX11_RANGE_FOR 1
|
||||
#define RAPIDJSON_PARSE_DEFAULT_FLAGS kParseFullPrecisionFlag
|
||||
|
||||
#include <zlib.h>
|
||||
#include "rapidjson/rapidjson.h"
|
||||
#include "rapidjson/writer.h"
|
||||
#include "rapidjson/prettywriter.h"
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <zlib.h>
|
||||
|
||||
#include "i_musicinterns.h"
|
||||
#include "doomtype.h"
|
||||
|
|
|
@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
*================================================================*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "sflayer.h"
|
||||
|
@ -95,4 +96,4 @@ const LayerItem static_layer_items[SF_EOF] = {
|
|||
{L_OVWRT, T_NOCONV, 0, 127, -1}, /* rootKey */
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue