Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Jun 9, 2024
1 parent 0c46df9 commit fd68dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/bsp_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
//
//------------------------------------------------------------------------

#include <limits.h>

#include "bsp_local.h"
#include "bsp_utility.h"
#include "bsp_wad.h"
Expand Down
1 change: 1 addition & 0 deletions source/sys_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define SYS_MACRO_H_

#include <math.h>
#include <stdint.h>

// basic constants
constexpr uint16_t MSG_BUF_LEN = 2000;
Expand Down

0 comments on commit fd68dcf

Please sign in to comment.