Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use common::setenv for portability to Windows #561

Merged
merged 10 commits into from
Jan 20, 2021
Prev Previous commit
Next Next commit
Update SimulationRunner_TEST.cc
  • Loading branch information
j-rivero authored Jan 15, 2021
commit ce40fcbe945a51996b072c8e2eff5ea5b9664510
1 change: 1 addition & 0 deletions src/SimulationRunner_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <gtest/gtest.h>
#include <ignition/common/Console.hh>
#include <ignition/common/Util.hh>
#include <ignition/transport/Node.hh>
#include <sdf/Box.hh>
#include <sdf/Cylinder.hh>
Expand Down