fix yet another missing include on GCC 4.7

This commit is contained in:
Dennis Luxen 2014-05-09 19:50:16 +02:00
parent 5f57152156
commit 5226b200e7

View File

@ -29,6 +29,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <unordered_map>
#include <string>
#include <vector>
#ifndef GEOMETRY_COMPRESSOR_H