From 277b1f496e92cf1332709374c464ce5c2f3f4905 Mon Sep 17 00:00:00 2001 From: Olivier Stasse Date: Sun, 31 Mar 2024 12:41:50 +0200 Subject: [PATCH] Add stdexcept as an include in example.cpp Fix https://github.com/open-dynamic-robot-initiative/master-board/issues/153 --- sdk/master_board_sdk/example/example.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/master_board_sdk/example/example.cpp b/sdk/master_board_sdk/example/example.cpp index 8f0fcf68..35501c39 100644 --- a/sdk/master_board_sdk/example/example.cpp +++ b/sdk/master_board_sdk/example/example.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include "master_board_sdk/master_board_interface.h"