Skip to content

Commit

Permalink
Add stdexcept as an include in example.cpp Fix #153
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Mar 31, 2024
1 parent 09961b0 commit 277b1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/master_board_sdk/example/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <chrono>
#include <math.h>
#include <stdio.h>
#include <stdexcept>
#include <sys/stat.h>

#include "master_board_sdk/master_board_interface.h"
Expand Down

0 comments on commit 277b1f4

Please sign in to comment.