1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-08-19 04:12:02 +02: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

View File

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