Browse Source

Fix joystick include

Scott Lahteine 3 years ago
parent
commit
9eecb2f542
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/feature/joystick.h

+ 1
- 0
Marlin/src/feature/joystick.h View File

@@ -27,6 +27,7 @@
27 27
 
28 28
 #include "../inc/MarlinConfigPre.h"
29 29
 #include "../core/types.h"
30
+#include "../module/temperature.h"
30 31
 
31 32
 class Joystick {
32 33
   friend class Temperature;

Loading…
Cancel
Save