add missing header to use HAS_SD_HOST_DRIVE (#20270)

This commit is contained in:
Victor Oliveira 2020-11-25 01:08:35 -03:00 committed by Scott Lahteine
parent 27b2e2d3e7
commit 38a62f0d5b

View File

@ -13,6 +13,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#include "../../inc/MarlinConfigPre.h"
#if defined(__STM32F1__) && HAS_SD_HOST_DRIVE
#include "msc_sd.h"