Additional compatibility for std::tr1::array

This commit is contained in:
Thomas Krijnen
2013-07-20 22:00:12 +00:00
parent 2e0e5862f6
commit 063f498066
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -18,7 +18,6 @@
********************************************************************************/
#include <map>
#include <tr1/array>
#include "IfcGeomRenderStyles.h"
+4
View File
@@ -20,7 +20,11 @@
#ifndef IFCGEOMRENDERSTYLES_H
#define IFCGEOMRENDERSTYLES_H
#ifdef __GNUC__
#include <tr1/array>
#else
#include <array>
#endif
#include "../ifcparse/Ifc2x3.h"