X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fobject_properties.cpp;h=b6ad9f6dfa85057b3371232b56b6235e008eab37;hb=4e1f50035e860a00636ca5d804c267119df99601;hp=7fad25cceda3c84a8aff4abc01395e2508570768;hpb=6228d634fb31d1ce925d1fdc2dac022629a007ef;p=dragonfireclient.git diff --git a/src/object_properties.cpp b/src/object_properties.cpp index 7fad25cce..b6ad9f6df 100644 --- a/src/object_properties.cpp +++ b/src/object_properties.cpp @@ -19,9 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "object_properties.h" #include "irrlichttypes_bloated.h" +#include "exceptions.h" #include "util/serialize.h" #include -#include #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")" #define PP2(x) "("<<(x).X<<","<<(x).Y<<")"