mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
Additional compatibility for std::tr1::array
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <tr1/array>
|
|
||||||
|
|
||||||
#include "IfcGeomRenderStyles.h"
|
#include "IfcGeomRenderStyles.h"
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,11 @@
|
|||||||
#ifndef IFCGEOMRENDERSTYLES_H
|
#ifndef IFCGEOMRENDERSTYLES_H
|
||||||
#define IFCGEOMRENDERSTYLES_H
|
#define IFCGEOMRENDERSTYLES_H
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
#include <tr1/array>
|
#include <tr1/array>
|
||||||
|
#else
|
||||||
|
#include <array>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../ifcparse/Ifc2x3.h"
|
#include "../ifcparse/Ifc2x3.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user