Skip to content

Commit

Permalink
Fixed test build errors. (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored and dirk-thomas committed Aug 12, 2019
1 parent bb05487 commit 5cd3e76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_roscpp/test/src/service_adv_zombie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
#include <test_roscpp/TestStringString.h>

#include <stdlib.h>
#ifdef _WIN32
# include <windows.h>
#endif

bool srvCallback(test_roscpp::TestStringString::Request &,
test_roscpp::TestStringString::Response &res)
Expand Down
2 changes: 2 additions & 0 deletions utilities/xmlrpcpp/test/test_dispatch_live.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include <sys/types.h>
#ifndef _WIN32
# include <sys/socket.h>
#else
# include <winsock2.h>
#endif

#include <iostream>
Expand Down

0 comments on commit 5cd3e76

Please sign in to comment.