1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-08-13 17:44:02 +02:00

Fixing building on macOS. Backward compatible with Linux

(Tested on macOS 10.14.3 and Ubuntu 18.04)
This commit is contained in:
Paul N. Baker
2019-02-11 13:36:39 -07:00
parent 8eb720120c
commit 5ca8d380bd

View File

@@ -3,6 +3,7 @@
#include <algorithm> #include <algorithm>
#include <chrono> #include <chrono>
#include <thread> #include <thread>
#include <cmath>
#include "SDL.h" #include "SDL.h"
#include "utils.h" #include "utils.h"