package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
381 B
12 lines
381 B
diff --git a/lzhamdecomp/lzham_vector.h b/lzhamdecomp/lzham_vector.h |
|
index badc540..1c5331e 100644 |
|
--- a/lzhamdecomp/lzham_vector.h |
|
+++ b/lzhamdecomp/lzham_vector.h |
|
@@ -1,6 +1,7 @@ |
|
// File: lzham_vector.h |
|
// LZHAM is in the Public Domain. Please see the Public Domain declaration at the end of include/lzham.h |
|
#pragma once |
|
+#include <string.h> |
|
|
|
namespace lzham |
|
{
|
|
|