Add <cstdint> to gr.h for old compilers

This commit is contained in:
Kp 2014-07-19 17:58:36 +00:00
parent 602da5a93c
commit eec1cfdc34

View file

@ -26,6 +26,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifndef _GR_H
#define _GR_H
#include <cstdint>
#include "pstypes.h"
#include "maths.h"
#include "palette.h"