From ed4020ee576ddb3d7cab562b86b98c689c228e34 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Tue, 3 Sep 2019 09:03:58 +0200
Subject: [PATCH] Add missing include in unit test.

---
 test/obb.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/obb.cpp b/test/obb.cpp
index 82189a75..94385967 100644
--- a/test/obb.cpp
+++ b/test/obb.cpp
@@ -33,6 +33,7 @@
  *  POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <iostream>
 #include <fstream>
 #include <sstream>
 
-- 
GitLab