Files
openmesh/src/Benchmark/VectorT_new.cpp
2015-11-19 23:05:24 +01:00

13 lines
211 B
C++

/*
* VectorT_new.cpp
*
* Created on: Nov 19, 2015
* Author: ebke
*/
#include <benchmark/benchmark_api.h>
#include <OpenMesh/Core/Geometry/VectorT.hh>
#define BMPOSTFIX _CPP11
#include "VectorT.cpp"