llvocache.h relies on defines in lldir.h, but forgot to include that file.
This is otherwise masked by lldir.h being included from elsewhere, but is a nice to fix.master
parent
7ea2a1f9cc
commit
cb877cf725
|
|
@ -30,6 +30,7 @@
|
|||
#include "lluuid.h"
|
||||
#include "lldatapacker.h"
|
||||
#include "lldlinked.h"
|
||||
#include "lldir.h"
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue