Fixed includes

This commit is contained in:
Bob Polis 2023-02-06 10:57:04 +01:00
parent bd1d4592fc
commit c9efb327c0
4 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,8 @@
// Copyright (c) 2020 SwiftCoder. All rights reserved.
//
#include "libscio.hpp"
#include "fdiobuf.hpp"
#include <iostream>
#ifdef _MSC_VER
#include <io.h>

View File

@ -6,7 +6,9 @@
// Copyright (c) 2020 SwiftCoder. All rights reserved.
//
#include "libscio.hpp"
#include "fdstream.hpp"
#include "fdistream.hpp"
#include "fdostream.hpp"
#include <unistd.h>
// fdostream --------------------------------------------------------------

View File

@ -1,4 +1,4 @@
#include "libscio.hpp"
#include "mapped_file.hpp"
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>

View File

@ -6,7 +6,7 @@
// Copyright (c) 2020 SwiftCoder. All rights reserved.
//
#include "libscio.hpp"
#include "socketstream.hpp"
#include <libscerror.hpp>
#include <unistd.h>
#include <arpa/inet.h>