Skip to content
Snippets Groups Projects
Commit 3ceab847 authored by Marcio Teixeira's avatar Marcio Teixeira Committed by Scott Lahteine
Browse files

Add required "cardreader.h" include (#12419)

parent 98c2fc4e
Branches
Tags
No related merge requests found
......@@ -25,6 +25,9 @@
// These displays all share the MarlinUI class
#if HAS_SPI_LCD || ENABLED(MALYAN_LCD) || ENABLED(EXTENSIBLE_UI)
#include "ultralcd.h"
#if ENABLED(SDSUPPORT)
#include "../sd/cardreader.h"
#endif
MarlinUI ui;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment