starting to fix compilation issues

This commit is contained in:
Kbz-8
2024-09-02 13:36:02 +02:00
parent b7d554553b
commit 1b996af83f
29 changed files with 77 additions and 132 deletions

View File

@@ -6,6 +6,7 @@
#define Window X11Window // f*ck X11
#include <mlx_profile.h>
#include <mlx.h>
#include <cstdio>
#include <cstdarg>
#include <iostream>
@@ -38,6 +39,7 @@
#include <cstddef>
#include <cstdlib>
#include <random>
#include <concepts>
#include <algorithm>
#include <sstream>
#include <iomanip>