added benchmar_apit to complexity.cc

This commit is contained in:
Ismael 2016-05-26 22:39:17 +02:00
parent 805e8baee9
commit c1c7d33279
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
// Source project : https://github.com/ismaelJimenez/cpp.leastsq
// Adapted to be used with google benchmark
#include "benchmark/benchmark_api.h"
#include "complexity.h"
#include "check.h"
#include <math.h>