Added iostream include

This commit is contained in:
Robert Osfield 2008-03-14 14:35:15 +00:00
parent 9c56c5277f
commit a364f933e4

View File

@ -18,6 +18,8 @@
#include <wx/image.h>
#include <wx/menu.h>
#include <iostream>
// `Main program' equivalent, creating windows and returning main app frame
bool wxOsgApp::OnInit()
{