1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Merge pull request #2144 from LinusU/draw-rect-include

add limits.h include for CHAR_BIT
This commit is contained in:
Ted John
2015-10-28 08:12:29 +00:00

View File

@@ -18,6 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#include <limits.h>
#include "../addresses.h"
#include "../common.h"
#include "drawing.h"