~ changing include type

This commit is contained in:
Johannes Theiner 2020-01-08 20:17:38 +01:00
parent ced2aca75f
commit 82f1445612
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#include "SharedMemory.h"
#include <cpptoml.h>
#include "../lib/toml/cpptoml.h"
#include "vkvm.hpp"
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <vkvm.hpp>
key_t changedKey() {
std::ofstream keyFile;

View File

@ -1,7 +1,7 @@
#ifndef SHARED_MEMORY_H
#define SHARED_MEMORY_H
#include "internal.hpp" //NOLINT
#include "internal.hpp"
#include <string>
#include <sys/shm.h>