summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/core/includes.hpp
blob: ff59535511a272306ab9bf7842d8f31d728135f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * File: core/includes.hpp
 * Purpose: Core includes for the OCL library.
 * Author: Amlal El Mahrouss (amlal@nekernel.org)
 * Copyright 2025, Amlal El Mahrouss, licensed under the MIT license.
 */

#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>