mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix lzma includes
This commit is contained in:
parent
625c04e786
commit
7726bf49de
@ -8,7 +8,7 @@
|
|||||||
There is NO WARRANTY for this software. See license.txt for
|
There is NO WARRANTY for this software. See license.txt for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
#include "lzma-util.h"
|
#include "avian/lzma-util.h"
|
||||||
#include "C/LzmaDec.h"
|
#include "C/LzmaDec.h"
|
||||||
|
|
||||||
using namespace vm;
|
using namespace vm;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
There is NO WARRANTY for this software. See license.txt for
|
There is NO WARRANTY for this software. See license.txt for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
#include "lzma-util.h"
|
#include "avian/lzma-util.h"
|
||||||
#include "C/LzmaEnc.h"
|
#include "C/LzmaEnc.h"
|
||||||
|
|
||||||
using namespace vm;
|
using namespace vm;
|
||||||
|
Loading…
Reference in New Issue
Block a user