summaryrefslogtreecommitdiffhomepage
path: root/dev/BuildKit/Imports.h
blob: 9260c1edf8706c2a81143d09822611794db252a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ============================================================= //
// 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>
#include <cassert>
#include <rang/rang.h>

#endif  // NEBUILD_INCLUDES_H