1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix OSX builds caused by __WORDSIZE again (#6307)

This commit is contained in:
Pavel Puchkin 2017-08-24 10:02:23 +02:00 committed by Loïc Blot
parent ac4884c3d6
commit caf61f3b4d

View file

@ -19,8 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
#include <ISceneManager.h>
#include "environment.h"
#include <ISceneManager.h>
#include "clientobject.h"
#include "util/numeric.h"