pgui: Add missing pipeline.h include

This commit is contained in:
rdb 2021-02-24 09:46:26 +01:00
parent 9d9337dc4d
commit 778c6ee6be

View File

@ -30,6 +30,7 @@
#include "boundingSphere.h"
#include "boundingBox.h"
#include "config_mathutil.h"
#include "pipeline.h"
#ifdef HAVE_AUDIO
#include "audioSound.h"