Merge pull request #3174 from ShadowsFriend/generic_build_fix
VideoCommon: Add includes for generic build
This commit is contained in:
commit
63b08618c2
|
@ -6,7 +6,9 @@
|
|||
#include <vector>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/StringUtil.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#include "VideoCommon/VertexLoader.h"
|
||||
#include "VideoCommon/VertexLoaderBase.h"
|
||||
|
|
Loading…
Reference in New Issue