Include <vector> in render.h

Some systems include <vector> 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
This commit is contained in:
Kp 2015-01-11 18:10:40 +00:00
parent 5402e8c546
commit 3ad422a4be

View file

@ -28,6 +28,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "3d.h"
#ifdef __cplusplus
#include <vector>
#include "segnum.h"
#include "objnum.h"
#include "fwdobject.h"