diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-01 22:55:53 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-02 11:54:36 +0700 |
| commit | e4888c19818ef61264ea4e1b0da9ebdc302f1483 (patch) | |
| tree | f69cfb814c26cb978cfffe699b4c3197af7076c8 /src/Models.cpp | |
| parent | 17ea4d827ad8fa1462447d59f490a007ba706d20 (diff) | |
| download | blackshades-e4888c19818ef61264ea4e1b0da9ebdc302f1483.tar.gz | |
Remove unused math functions
Diffstat (limited to 'src/Models.cpp')
| -rw-r--r-- | src/Models.cpp | 1 |
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" |
