cc32519043
- Add LICENSE - Stagify PR: 192795 Submitted by: tkato432@yahoo.com
11 lines
326 B
C++
11 lines
326 B
C++
--- utils/zStream.cpp.orig
|
|
+++ utils/zStream.cpp
|
|
@@ -12,6 +12,8 @@
|
|
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
|
|
//
|
|
+#include <cstdlib>
|
|
+
|
|
#include <Trace.hpp>
|
|
#include <Endian.hpp>
|
|
#include <zStream.hpp>
|