From f05f168a86f7eb5acbefb8d272f5fc419a618ea1 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 14 Sep 2016 15:33:28 +0200 Subject: [PATCH] [test.cpp] Add missing include (make_xsafe) --- bob/io/base/test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/io/base/test.cpp b/bob/io/base/test.cpp index 71cefaf..9dd3d95 100644 --- a/bob/io/base/test.cpp +++ b/bob/io/base/test.cpp @@ -6,6 +6,7 @@ */ #include <bob.io.base/api.h> +#include <bob.blitz/cleanup.h> #include <bob.extension/documentation.h> #include <boost/format.hpp> -- GitLab