1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-01-16 20:58:23 +01:00

Merge pull request #4 from paul-nelson-baker/macos-cmath-import

Fixing building on macOS. Backward compatible with Linux
This commit is contained in:
Dmitry V. Sokolov 2019-02-11 21:45:26 +01:00 committed by GitHub
commit d9e1a701d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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