mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:17:40 +02:00
Use #include<> for headers not in current working directory.
This commit is contained in:
parent
8689170415
commit
e639d53139
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "AnimBlendLinearMove.h"
|
#include "AnimBlendLinearMove.h"
|
||||||
#include "GLMHelpers.h"
|
#include <GLMHelpers.h>
|
||||||
#include "AnimationLogging.h"
|
#include "AnimationLogging.h"
|
||||||
#include "AnimUtil.h"
|
#include "AnimUtil.h"
|
||||||
#include "AnimClip.h"
|
#include "AnimClip.h"
|
||||||
|
|
Loading…
Reference in a new issue