Linux build sync

This commit is contained in:
Jack Andersen 2016-05-27 21:15:59 -10:00
parent 5a9fd66dff
commit 3ba25fd06a
3 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <vector>
#include <array>
#include <unordered_map>
#include <memory>
namespace amuse
{

View File

@ -3,6 +3,9 @@
#include <algorithm>
#include <limits.h>
#include <stdio.h>
#include <strings.h>
#include <stdint.h>
namespace amuse
{

View File

@ -3,6 +3,7 @@
#include <stdio.h>
#include <string.h>
#include <string>
#include <memory>
#include <zlib.h>
#if _WIN32
@ -959,6 +960,8 @@ ContainerRegistry::Type ContainerRegistry::DetectContainerType(const char* path)
return Type::Invalid;
}
fclose(fp);
return Type::Raw4;
}
/* Now attempt single-file case */