fix opencv on xenial

This commit is contained in:
Vladyslav Usenko 2019-06-03 14:12:16 +02:00
parent e745d6fe6c
commit 279d74f6b0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
#include <opencv2/highgui.hpp>
#include <opencv2/highgui/highgui.hpp>
namespace basalt {