blob: 9feff2acea7c9321933a2f9ee12f8703631ab86c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* File: core/includes.hpp
* Purpose: Core includes for the SOCL library.
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss
*/
#pragma once
#include <boost/config.hpp>
#include <boost/core/nvp.hpp>
#include <boost/core/demangle.hpp>
#include <boost/core/null_deleter.hpp>
#include <boost/container/allocator.hpp>
|