1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-01-16 12:49:38 +01: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 <chrono>
#include <thread>
#include <cmath>
#include "SDL.h"
#include "utils.h"