about summary refs log tree commit diff
path: root/src/Models.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-01 22:55:53 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-02 11:54:36 +0700
commite4888c19818ef61264ea4e1b0da9ebdc302f1483 (patch)
treef69cfb814c26cb978cfffe699b4c3197af7076c8 /src/Models.cpp
parent17ea4d827ad8fa1462447d59f490a007ba706d20 (diff)
downloadblackshades-e4888c19818ef61264ea4e1b0da9ebdc302f1483.tar.gz
Remove unused math functions
Diffstat (limited to 'src/Models.cpp')
-rw-r--r--src/Models.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Models.cpp b/src/Models.cpp
index ff5c0e2..4c92f93 100644
--- a/src/Models.cpp
+++ b/src/Models.cpp
@@ -1,4 +1,5 @@
 #include <algorithm>
+#include <cmath>
 
 #include "Models.h"
 #include "misc.h"