Simulate: fix header includes
This commit is contained in:
+1
-1
@@ -19,8 +19,8 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
#include <mujoco/mujoco.h>
|
||||
#include <mujoco/mjxmacro.h>
|
||||
#include "uitools.h"
|
||||
#include "simulate.h"
|
||||
|
||||
#include "array_safety.h"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
#include "simulate.h"
|
||||
#include "uitools.h"
|
||||
|
||||
#include <chrono>
|
||||
#include <cstdio>
|
||||
|
||||
+2
-2
@@ -17,8 +17,8 @@
|
||||
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
|
||||
#include "uitools.h"
|
||||
#include <mujoco/mujoco.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#ifdef MJSIMULATE_STATIC
|
||||
// static library
|
||||
|
||||
Reference in New Issue
Block a user