Correct missing include from 7458d68b35

This worked on Linux but failed on WIN32 & macOS.
This commit is contained in:
Campbell Barton
2023-08-27 19:12:18 +10:00
parent 0e2f4046c6
commit 6538a58725

View File

@@ -8,6 +8,8 @@
* Define `ED_scene_api_*` functions.
*/
#include <cmath>
#include "BLI_math_base.h"
#include "DNA_scene_types.h"