From 3ad422a4bea332cd42db7ec4e0885f1d629c4c5c Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 11 Jan 2015 18:10:40 +0000 Subject: [PATCH] Include in render.h Some systems include as a side effect from other headers. OS X Yosemite is not such a system. Reported by kreatordxx: https://github.com/dxx-rebirth/dxx-rebirth/issues/29 --- common/main/render.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/main/render.h b/common/main/render.h index 37c39233d..bf6dab433 100644 --- a/common/main/render.h +++ b/common/main/render.h @@ -28,6 +28,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #include "3d.h" #ifdef __cplusplus +#include #include "segnum.h" #include "objnum.h" #include "fwdobject.h"