Hide header inside #ifdef statement

Fixes https://gitlab.com/kicad/code/kicad/-/issues/5645
This commit is contained in:
Roberto Fernandez Bautista 2020-09-15 22:26:38 +01:00
parent b4229d9a3e
commit 8b82852054
1 changed files with 4 additions and 0 deletions

View File

@ -26,7 +26,11 @@
#include <array>
#include <iostream>
#include <string>
#ifdef BENCHMARK
#include <sys/time.h>
#endif
#include <vector>
#include "eserie.h"