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
Aaron Stone 2010-10-11 15:33:15 -07:00
parent 7ea2a1f9cc
commit cb877cf725
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "lluuid.h"
#include "lldatapacker.h"
#include "lldlinked.h"
#include "lldir.h"
//---------------------------------------------------------------------------