Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
dd138ff9
Commit
dd138ff9
authored
Dec 03, 2011
by
Mario Hlawitschka
Browse files
[FIX] iomanip include is required for setprecision.
parent
24bc24b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/core/common/WBoundingBox.h
src/core/common/WBoundingBox.h
+2
-1
No files found.
src/core/common/WBoundingBox.h
View file @
dd138ff9
...
...
@@ -26,11 +26,12 @@
#define WBOUNDINGBOX_H
#include <ostream>
#include <iomanip> // for setprecision
#include <osg/BoundingBox>
#include "exceptions/WInvalidBoundingBox.h"
#include "math/linearAlgebra/WLinearAlgebra.h"
//
#include "math/linearAlgebra/WLinearAlgebra.h"
/**
* Represents a \e axis \e parallel bounding box and provides some useful operations with them.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment