Fixed an include directive
This commit is contained in:
parent
b17ddf6f7e
commit
020b11bf36
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
1924
|
1926
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
#include "Logic.hpp"
|
#include "Logic.hpp"
|
||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
#include "String.hpp"
|
#include "String.hpp"
|
||||||
// #include <bits/stdc++.h>
|
#ifndef __APPLE__
|
||||||
|
#include <bits/stdc++.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace ostd
|
namespace ostd
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue