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