Browse Source

GCC 4.5 compatibility: missing headers.

Vladimír Vondruš 14 years ago
parent
commit
b3182b9e3f
  1. 1
      src/MeshTools/CompressIndices.h
  2. 1
      src/Physics/Test/ShapeGroupTest.cpp

1
src/MeshTools/CompressIndices.h

@ -21,6 +21,7 @@
#include <cstring>
#include <vector>
#include <tuple>
#include <algorithm>
#include "TypeTraits.h"

1
src/Physics/Test/ShapeGroupTest.cpp

@ -15,6 +15,7 @@
#include "ShapeGroupTest.h"
#include <functional>
#include <QtTest/QTest>
#include "Physics/Point.h"

Loading…
Cancel
Save