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