--- a/sources/geometry.h Sat Jan 09 02:35:00 2016 +0200
+++ b/sources/geometry.h Sat Jan 09 17:41:21 2016 +0200
@@ -29,6 +29,8 @@
*/
#pragma once
+#include "basics.h"
+BEGIN_ZFC_NAMESPACE
struct Position
{
@@ -113,3 +115,5 @@
Position(),
Size() {}
};
+
+END_ZFC_NAMESPACE