Skip to content

Commit 469a446

Browse files
Include missing used headers
Signed-off-by: Gabriel Pacheco <[email protected]>
1 parent 7cbf8a3 commit 469a446

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Util_TEST.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
*
1616
*/
1717

18+
#include <string>
19+
#include <cstdlib>
20+
#include <ctime>
21+
1822
#include <gtest/gtest.h>
1923
#include <gz/common/Console.hh>
2024
#include <sdf/Actor.hh>

0 commit comments

Comments
 (0)