mirror of https://github.com/CGAL/cgal
Add missing include
This commit is contained in:
parent
39de8ac459
commit
b361e78a99
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/Qt/Basic_viewer_qt.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <iostream>
|
||||
|
||||
namespace CGAL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/Qt/Basic_viewer_qt.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <iostream>
|
||||
|
||||
namespace CGAL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ void draw(const SM& asm);
|
|||
|
||||
#include <CGAL/Qt/Basic_viewer_qt.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <iostream>
|
||||
|
||||
namespace CGAL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/Qt/Basic_viewer_qt.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <iostream>
|
||||
|
||||
namespace CGAL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <CGAL/Qt/Basic_viewer_qt.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <iostream>
|
||||
|
||||
namespace CGAL
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue