Include rgba.h in libwww.h. Thanks Nimetu!

--HG--
branch : hotfix
This commit is contained in:
dfighter1985 2015-02-09 20:07:35 +01:00
parent 28b0a0a040
commit 79cd6bfaee

View file

@ -25,6 +25,8 @@ extern "C"
#include "WWWInit.h" #include "WWWInit.h"
} }
#include "nel/misc/rgba.h"
namespace NLGUI namespace NLGUI
{ {
class CCtrlBaseButton; class CCtrlBaseButton;