aboutsummaryrefslogtreecommitdiff
path: root/core/print_string.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-01-16 08:04:19 +0100
committerRémi Verschelde2017-01-16 08:04:23 +0100
commit3890256fc57eafb2db83d328b8caf772188e21d4 (patch)
treeee08a3acda5279a3bb331c0af569f1048b263fab /core/print_string.cpp
parentb400c69cd487f70d8164dd5550eb994253d359d6 (diff)
downloadgodot-3890256fc57eafb2db83d328b8caf772188e21d4.tar.gz
godot-3890256fc57eafb2db83d328b8caf772188e21d4.tar.zst
godot-3890256fc57eafb2db83d328b8caf772188e21d4.zip
Diffstat (limited to 'core/print_string.cpp')
-rw-r--r--core/print_string.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/print_string.cpp b/core/print_string.cpp
index 3faed62bb..36316af61 100644
--- a/core/print_string.cpp
+++ b/core/print_string.cpp
@@ -27,7 +27,9 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "print_string.h"
+
#include "os/os.h"
+
#include <stdio.h>
static PrintHandlerList *print_handler_list=NULL;