mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
10 lines
283 B
C++
10 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"
|