Fix a header file error, maybe

This commit is contained in:
2023-01-23 13:49:17 -05:00
parent 3be267c736
commit fb48329090
2 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,11 @@
Calling out to external servers.
Support unicode on output.
Support ANSI escape sequences on output. Support ANSI escape sequences on output.
Figure out something to do about global variables.
Do something about std::cerr && std::cout once and for all. Do something about std::cerr && std::cout once and for all.
Fix math.random Fix math.random (?)

View File

@@ -26,13 +26,9 @@
#include <utility> #include <utility>
#include <algorithm> #include <algorithm>
#include <string_view> #include <string_view>
<<<<<<< HEAD
#include <limits>
=======
#include <cstdint>
#include <limits> #include <limits>
#include <iomanip> #include <iomanip>
>>>>>>> 4e754377ee4922940c37a20710314befeff0d84e // #include <cstdint>
#include "luastack.hpp" #include "luastack.hpp"
#include "spookyv2.hpp" #include "spookyv2.hpp"