summaryrefslogtreecommitdiffhomepage
path: root/dev/BuildKit/Imports.h
blob: b365dca013dfdc00fc102dff3c3a0577bce39cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ============================================================= //
// nebuild
// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
// ============================================================= //

#ifndef NEBUILD_INCLUDES_H
#define NEBUILD_INCLUDES_H

#include <cstddef>
#include <cstdio>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <thread>

extern "C" {
#include <assert.h>
}

#include <rang.h>

#endif  // NEBUILD_INCLUDES_H