summaryrefslogtreecommitdiff
path: root/main/tests/test_image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_image.cpp')
-rw-r--r--main/tests/test_image.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/tests/test_image.cpp b/main/tests/test_image.cpp
index bf9851cf01..dbe0111367 100644
--- a/main/tests/test_image.cpp
+++ b/main/tests/test_image.cpp
@@ -5,7 +5,7 @@
/* GODOT ENGINE */
/* http://www.godotengine.org */
/*************************************************************************/
-/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */
+/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */
/* */
/* Permission is hereby granted, free of charge, to any person obtaining */
/* a copy of this software and associated documentation files (the */
@@ -27,10 +27,12 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "test_image.h"
+
#include "os/main_loop.h"
#include "math_funcs.h"
#include "print_string.h"
#include "io/image_loader.h"
+
namespace TestImage {