1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02: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"