summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuyuan Kelly Fu <fuchuyuan@google.com>2022-02-18 17:39:03 -0800
committerChuyuan Kelly Fu <fuchuyuan@google.com>2022-02-18 17:49:26 -0800
commit548d6af9018e4e565efc8cd7f7dc3053770c63f1 (patch)
tree98a0c5168584e74c49f78bb59924f4c0c7d8f9db
parent807cf3d387e03d5b47a7bf49f3d12780f6035210 (diff)
downloadbullet3-548d6af9018e4e565efc8cd7f7dc3053770c63f1.tar.gz
fix compile
-rw-r--r--src/BulletSoftBody/btSoftBodyHelpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BulletSoftBody/btSoftBodyHelpers.cpp b/src/BulletSoftBody/btSoftBodyHelpers.cpp
index eac45284c..1c0d65f42 100644
--- a/src/BulletSoftBody/btSoftBodyHelpers.cpp
+++ b/src/BulletSoftBody/btSoftBodyHelpers.cpp
@@ -18,6 +18,7 @@ subject to the following restrictions:
#include <stdio.h>
#include <string>
#include <iostream>
+#include <iomanip>
#include <sstream>
#include <string.h>
#include <algorithm>