Bugfix: add missing include "includes.h" for deferredconsumerbase.cpp
When I compiled on the windows, there was a lot of errors like: error C2065: "xxx": undeclared identifier...
This commit is contained in:
parent
ba6b3e2923
commit
49eef84883
|
|
@ -10,6 +10,7 @@
|
|||
/**
|
||||
* Dependencies
|
||||
*/
|
||||
#include "includes.h"
|
||||
#include "../include/deferredconsumerbase.h"
|
||||
#include "basicdeliverframe.h"
|
||||
#include "basicheaderframe.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue