Hide header inside #ifdef statement
Fixes https://gitlab.com/kicad/code/kicad/-/issues/5645
This commit is contained in:
parent
b4229d9a3e
commit
8b82852054
|
@ -26,7 +26,11 @@
|
|||
#include <array>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#ifdef BENCHMARK
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "eserie.h"
|
||||
|
|
Loading…
Reference in New Issue