Skip to content

Commit

Permalink
gnss: add missing include
Browse files Browse the repository at this point in the history
Breaks CLion otherwise.
  • Loading branch information
julianoes authored and dagar committed Jul 9, 2024
1 parent 6bd81f3 commit a35cece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/gnss/septentrio/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

#pragma once

#include <stdint.h>

namespace septentrio
{

Expand Down

0 comments on commit a35cece

Please sign in to comment.