11 lines
283 B
C++
11 lines
283 B
C++
|
--- Sources/GUI/inputbox.cpp.orig Tue Oct 21 03:51:39 2003
|
||
|
+++ Sources/GUI/inputbox.cpp Tue Oct 21 04:05:08 2003
|
||
|
@@ -21,6 +21,7 @@
|
||
|
*/
|
||
|
|
||
|
#include "precomp.h"
|
||
|
+#include <cstdio>
|
||
|
#include "API/Core/XML/dom_element.h"
|
||
|
#include "API/GUI/inputbox.h"
|
||
|
#include "API/GUI/stylemanager.h"
|