Skip to content

Commit

Permalink
Added missing std include
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Sep 9, 2023
1 parent 155689e commit ddf6e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/HALSim/Keyboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
/******************************************************************************
* Includes
*****************************************************************************/
#include <stdint.h>
#include <webots/Keyboard.hpp>
#include <webots/Robot.hpp>

Expand Down

0 comments on commit ddf6e86

Please sign in to comment.