mirror of
https://github.com/glest/glest-source.git
synced 2025-08-27 09:54:26 +02:00
forgot to add an include
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "conversion.h"
|
#include "conversion.h"
|
||||||
|
#include "util.h"
|
||||||
|
|
||||||
using namespace Shared::Util;
|
using namespace Shared::Util;
|
||||||
|
|
||||||
@@ -205,7 +206,7 @@ int zipfile_tool(int argc, const char *argv[]) {
|
|||||||
|
|
||||||
for ( ; ; ) {
|
for ( ; ; ) {
|
||||||
int status;
|
int status;
|
||||||
if (!stream.avail_in) {limited to files smaller than 4GB,
|
if (!stream.avail_in) {
|
||||||
// Input buffer is empty, so read more bytes from input file.
|
// Input buffer is empty, so read more bytes from input file.
|
||||||
uint n = my_min(BUF_SIZE, infile_remaining);
|
uint n = my_min(BUF_SIZE, infile_remaining);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user