~ changing include type
This commit is contained in:
parent
ced2aca75f
commit
82f1445612
|
@ -1,9 +1,9 @@
|
||||||
#include "SharedMemory.h"
|
#include "SharedMemory.h"
|
||||||
#include <cpptoml.h>
|
#include "../lib/toml/cpptoml.h"
|
||||||
|
#include "vkvm.hpp"
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vkvm.hpp>
|
|
||||||
|
|
||||||
key_t changedKey() {
|
key_t changedKey() {
|
||||||
std::ofstream keyFile;
|
std::ofstream keyFile;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef SHARED_MEMORY_H
|
#ifndef SHARED_MEMORY_H
|
||||||
#define SHARED_MEMORY_H
|
#define SHARED_MEMORY_H
|
||||||
|
|
||||||
#include "internal.hpp" //NOLINT
|
#include "internal.hpp"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sys/shm.h>
|
#include <sys/shm.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue