From 3b43fcfc21e977673c9361de8789f30064494e87 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 24 Dec 2012 17:42:01 -0800 Subject: [PATCH] Fix pcb.tgt build error. --- tgt-pcb/footprint.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tgt-pcb/footprint.cc b/tgt-pcb/footprint.cc index d79530987..5ba01ab42 100644 --- a/tgt-pcb/footprint.cc +++ b/tgt-pcb/footprint.cc @@ -23,6 +23,7 @@ # include "pcb_priv.h" # include "fp_api.h" # include +# include using namespace std;