mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Include stdbool.h in Guard.hpp
C only has `bool` type when `stdbool.h` is included.
This commit is contained in:
committed by
Michael Steenbeek
parent
18d29fdc24
commit
7dad101f70
@@ -17,6 +17,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user