added required includes to fix compilation of matlab wrapper example
parent
c68db75520
commit
5b85fc885f
|
@ -20,6 +20,7 @@
|
|||
|
||||
namespace example {
|
||||
|
||||
#include <example/PrintExamples.h>
|
||||
class PrintExamples {
|
||||
void sayHello() const;
|
||||
void sayGoodbye() const;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
namespace example {
|
||||
|
|
Loading…
Reference in New Issue