Skip to content

Commit

Permalink
added missing include of fixed.h, which broke example project builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drojaazu committed Apr 4, 2023
1 parent 645069a commit a80d6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main/bootlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#ifndef MEGADEV__MAIN_BOOTLIB_H
#define MEGADEV__MAIN_BOOTLIB_H

#include "fixed.h"
#include "main/bootlib_def.h"
#include "main/vdp.h"
#include "math.h"
Expand Down

0 comments on commit a80d6ff

Please sign in to comment.