Fix build error for tgt-pcb on non-mac systems.

This commit is contained in:
Stephen Williams 2012-12-26 15:58:12 -08:00
parent 3b43fcfc21
commit 1b684a4846
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
# include "fp_api.h"
# include "pcb_priv.h"
# include <cstdio>
# include <cstdarg>
using namespace std;