ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
863 stars 259 forks source link

cef\Win\include/base/cef_ref_counted.h(329): error C2027: use of undefined type 'BrowserClient' #10

Closed ashea-code closed 9 years ago

ashea-code commented 9 years ago

Problem with including BluEye within another cpp file

cef\Win\include/base/cef_ref_counted.h(329): error C2027: use of undefined type 'BrowserClient'
ashea-code commented 9 years ago

Closed, you need to include the RenderHandler above the BluEye class

#include "Blu/Public/RenderHandler.h"
#include "Blu/Public/BluEye.h"