mirror of https://github.com/google/benchmark.git
added benchmar_apit to complexity.cc
This commit is contained in:
parent
805e8baee9
commit
c1c7d33279
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue