Skip to content

Commit

Permalink
Allow Apple2 to compile with build_type=release
Browse files Browse the repository at this point in the history
  • Loading branch information
markjfisher committed Feb 7, 2024
1 parent c5b4cd1 commit c7edbb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/media/apple/mediaTypeDSK.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#ifdef BUILD_APPLE

#include "esp_heap_caps.h"
#include "mediaTypeDSK.h"
#include "../../include/debug.h"
#include <string.h>


// #include <assert.h>
// #include <stdbool.h>
// #include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions lib/media/apple/mediaTypeWOZ.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifdef BUILD_APPLE

#include "esp_heap_caps.h"
#include "mediaTypeWOZ.h"
#include "../../include/debug.h"
#include <string.h>
Expand Down

0 comments on commit c7edbb3

Please sign in to comment.