summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-02 23:50:15 -0700
committerXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-02 23:50:15 -0700
commit021cbb2a0ea0e5e7a4b19908bfd8663b2300b82a (patch)
treec8da3f2aa0fb8d87d68baff4cc4092d88721a23c
parent8c04a78c9b84bfd13235c1a1333c70f32d231059 (diff)
downloadbullet3-021cbb2a0ea0e5e7a4b19908bfd8663b2300b82a.tar.gz
include numeric_limits
-rw-r--r--src/BulletSoftBody/btDeformableBodySolver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BulletSoftBody/btDeformableBodySolver.cpp b/src/BulletSoftBody/btDeformableBodySolver.cpp
index 4be5d4680..df12c213a 100644
--- a/src/BulletSoftBody/btDeformableBodySolver.cpp
+++ b/src/BulletSoftBody/btDeformableBodySolver.cpp
@@ -6,6 +6,7 @@
//
#include <stdio.h>
+#include <limits>
#include "btDeformableBodySolver.h"
btDeformableBodySolver::btDeformableBodySolver()