mirror of https://github.com/AxioDL/amuse.git
Linux build sync
This commit is contained in:
parent
5a9fd66dff
commit
3ba25fd06a
|
@ -6,6 +6,7 @@
|
|||
#include <vector>
|
||||
#include <array>
|
||||
#include <unordered_map>
|
||||
#include <memory>
|
||||
|
||||
namespace amuse
|
||||
{
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace amuse
|
||||
{
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue