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

This commit is contained in:
dfighter1985 2015-02-09 20:07:35 +01:00
parent e91498f11e
commit 1d3b8bfd75

View file

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