serialconnect: Fix gcc4 build

* SerialWindow.h mentions BFilePanel and needs the
  include statement
* Patch submitted by Urias McCullough
This commit is contained in:
Alexander von Gluck IV
2013-11-20 18:03:54 -06:00
parent 3d5714e20d
commit 1eb5facaf4
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -8,7 +8,6 @@
#include <stdio.h>
#include <FilePanel.h>
#include <GroupLayout.h>
#include <Menu.h>
#include <MenuBar.h>
+1
View File
@@ -4,6 +4,7 @@
*/
#include <FilePanel.h>
#include <Window.h>