- fix missing include

This commit is contained in:
Magnus Norddahl 2018-06-26 02:14:08 +02:00
parent 61d69f5561
commit 1c5f73727e
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once #pragma once
#include "hwrenderer/data/shaderuniforms.h" #include "hwrenderer/data/shaderuniforms.h"
#include <memory>
typedef FString PPTextureName; typedef FString PPTextureName;
typedef FString PPShaderName; typedef FString PPShaderName;