summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/core/includes.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-16 21:35:13 +0200
committerGitHub <noreply@github.com>2025-08-16 21:35:13 +0200
commit443588a42fe9cf48b5f63184b94afe483cb0e761 (patch)
treeb65844000839103efb40c635337339dc8f193f89 /dev/lib/core/includes.hpp
parent8b7b48fe4acf0482580930eaebaa2f316727f864 (diff)
parent95db0ac7dcb8625c5a1e92408c0c02962b205871 (diff)
Merge pull request #3 from snutech-gh/dev
SOCL – v1.0.4
Diffstat (limited to 'dev/lib/core/includes.hpp')
-rw-r--r--dev/lib/core/includes.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev/lib/core/includes.hpp b/dev/lib/core/includes.hpp
new file mode 100644
index 0000000..e482a7c
--- /dev/null
+++ b/dev/lib/core/includes.hpp
@@ -0,0 +1,16 @@
+/*
+ * File: core/includes.hpp
+ * Purpose: Core includes for the SOCL library.
+ * Author: Amlal El Mahrouss (founder@snu.systems)
+ * Copyright 2025, Amlal El Mahrouss and SNU Systems Corp.
+ */
+
+#pragma once
+
+#include <boost/config.hpp>
+#include <boost/core/nvp.hpp>
+#include <boost/core/demangle.hpp>
+#include <boost/core/null_deleter.hpp>
+#include <memory>
+#include <utility>
+#include <filesystem>