fix lzma includes

This commit is contained in:
Zsombor Gegesy 2013-03-02 22:26:24 +01:00
parent 625c04e786
commit 7726bf49de
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
There is NO WARRANTY for this software. See license.txt for
details. */
#include "lzma-util.h"
#include "avian/lzma-util.h"
#include "C/LzmaDec.h"
using namespace vm;

View File

@ -8,7 +8,7 @@
There is NO WARRANTY for this software. See license.txt for
details. */
#include "lzma-util.h"
#include "avian/lzma-util.h"
#include "C/LzmaEnc.h"
using namespace vm;