We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b32817 commit 566857cCopy full SHA for 566857c
examples/frustum_visual/GlutWindow.cc
@@ -29,7 +29,9 @@
29
#include <GL/glx.h>
30
#endif
31
32
+#include <iostream>
33
#include <mutex>
34
+#include <vector>
35
36
#include <gz/common/Console.hh>
37
#include <gz/rendering/Camera.hh>
examples/frustum_visual/Main.cc
@@ -25,6 +25,9 @@
25
26
27
#include <iostream>
28
+#include <map>
+#include <memory>
+#include <string>
#include <vector>
@@ -70,7 +73,6 @@ void buildScene(ScenePtr _scene)
70
73
root->AddChild(camera);
71
74
}
72
75
-
76
//////////////////////////////////////////////////
77
NodePtr createMainNode(ScenePtr _scene)
78
{
0 commit comments