From 1b684a484688a21f894ae7802e021c4a1be3427a Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Wed, 26 Dec 2012 15:58:12 -0800 Subject: [PATCH] Fix build error for tgt-pcb on non-mac systems. --- tgt-pcb/fp.y | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tgt-pcb/fp.y b/tgt-pcb/fp.y index a4bcfc703..d300def61 100644 --- a/tgt-pcb/fp.y +++ b/tgt-pcb/fp.y @@ -27,6 +27,9 @@ # include "fp_api.h" # include "pcb_priv.h" +# include +# include + using namespace std;