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:
javeme 2016-06-27 00:13:22 +08:00
parent ba6b3e2923
commit 49eef84883
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
/**
* Dependencies
*/
#include "includes.h"
#include "../include/deferredconsumerbase.h"
#include "basicdeliverframe.h"
#include "basicheaderframe.h"