summaryrefslogtreecommitdiffhomepage
path: root/dev/BuildKit/Imports.h
blob: e22c9334ff1a875eccdae6f825dc185d5094ffde (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, licensed under BSD-3 license.
// ============================================================= //

#ifndef NEBUILD_INCLUDES_H
#define NEBUILD_INCLUDES_H

#include <rang/rang.h>
#include <cassert>
#include <cstddef>
#include <cstdio>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <thread>

#endif  // NEBUILD_INCLUDES_H