Browse Source

Merge pull request #7974 from jeffyl/bugfix-2.0.x

Fix include path for VIKI
Scott Lahteine 7 years ago
parent
commit
ec69e97bda
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/ultralcd_st7565_u8glib_VIKI.h

+ 1
- 1
Marlin/src/lcd/dogm/ultralcd_st7565_u8glib_VIKI.h View File

@@ -23,7 +23,7 @@
23 23
 #ifndef ULCDST7565_H
24 24
 #define ULCDST7565_H
25 25
 
26
-#include <src/Marlin.h>
26
+#include "../../Marlin.h"
27 27
 
28 28
 #if ENABLED(U8GLIB_ST7565_64128N)
29 29
 

Loading…
Cancel
Save