Wei Tjong Yao
12 years ago
|
@@ -22,6 +22,8 @@
|
|
|
|
|
|
|
|
#pragma once
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
+#include <cstddef>
|
|
|
|
|
+
|
|
|
namespace Urho3D
|
|
namespace Urho3D
|
|
|
{
|
|
{
|
|
|
|
|
|
|
@@ -25,6 +25,7 @@
|
|
|
#include "RefCounted.h"
|
|
#include "RefCounted.h"
|
|
|
|
|
|
|
|
#include <cassert>
|
|
#include <cassert>
|
|
|
|
|
+#include <cstddef>
|
|
|
|
|
|
|
|
namespace Urho3D
|
|
namespace Urho3D
|
|
|
{
|
|
{
|