fixing docker latest build (exit not defined)

This commit is contained in:
matlabbe
2017-10-13 09:29:13 -04:00
parent e2aea92e3b
commit 521126c982

View File

@@ -28,7 +28,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <rtabmap/core/Recovery.h>
#include <rtabmap/core/ProgressState.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <stdlib.h>
using namespace rtabmap;