Skip to content

Commit 6626511

Browse files
committed
add cmath to stdafx.hpp
1 parent 702cd08 commit 6626511

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Fodder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
*/
2222

2323
#include "stdafx.hpp"
24-
#include <cmath>
2524

2625
#ifdef WIN32
2726
#include <windows.h>

Source/stdafx.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <cassert>
3434
#include <map>
3535
#include <mutex>
36+
#include <cmath>
3637

3738
#include <SDL3/SDL.h>
3839
#ifdef EMSCRIPTEN

0 commit comments

Comments
 (0)