summaryrefslogtreecommitdiff
path: root/src/content_cao.cpp
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2015-07-06 12:53:30 -0400
committerShadowNinja <shadowninja@minetest.net>2017-05-06 16:09:45 -0400
commit77597c4ff3b666cc37dd257952938df48d7e6f09 (patch)
tree00e8ce314ddf1c3eb52bbe6f3521b8a1ea0200ff /src/content_cao.cpp
parentb6f4a9c7e1a4f0bac66fd6f6ff844425ac775975 (diff)
downloadminetest-77597c4ff3b666cc37dd257952938df48d7e6f09.tar.gz
minetest-77597c4ff3b666cc37dd257952938df48d7e6f09.tar.bz2
minetest-77597c4ff3b666cc37dd257952938df48d7e6f09.zip
Clean up numeric.h and split FacePositionCache from it
I also optiized FacePositionCache a bit: I removed a map lookup and vector copy from both branches of getFacePosition.
Diffstat (limited to 'src/content_cao.cpp')
-rw-r--r--src/content_cao.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_cao.cpp b/src/content_cao.cpp
index d18a0233f..d0d3eb84f 100644
--- a/src/content_cao.cpp
+++ b/src/content_cao.cpp
@@ -44,6 +44,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "camera.h" // CameraModes
#include "wieldmesh.h"
#include "log.h"
+#include <algorithm>
class Settings;
struct ToolCapabilities;