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
1 changed files with 1 additions and 1 deletions

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"