Skip to content

Commit

Permalink
Add missing header to fix compilation on gcc 13.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanders committed Sep 23, 2024
1 parent 2e14c79 commit 08cbd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalopus_interface/include/scalopus_interface/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#ifndef SCALOPUS_INTERFACE_TYPES_H
#define SCALOPUS_INTERFACE_TYPES_H

#include <cstdint>
#include <vector>
#include "scalopus_interface/exceptions.h"

Expand Down

0 comments on commit 08cbd38

Please sign in to comment.