Fixed an include directive

This commit is contained in:
OmniaX-Dev 2026-01-02 23:03:41 +01:00
parent b17ddf6f7e
commit 020b11bf36
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1 @@
1924
1926

View file

@ -1,7 +1,9 @@
#include "Logic.hpp"
#include "Utils.hpp"
#include "String.hpp"
// #include <bits/stdc++.h>
#ifndef __APPLE__
#include <bits/stdc++.h>
#endif
namespace ostd
{