Fix build error for tgt-pcb on non-mac systems.
This commit is contained in:
parent
3b43fcfc21
commit
1b684a4846
|
|
@ -27,6 +27,9 @@
|
|||
|
||||
# include "fp_api.h"
|
||||
# include "pcb_priv.h"
|
||||
# include <cstdio>
|
||||
# include <cstdarg>
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue