diff --git a/app/src/processing/app/debug/Compiler.java b/app/src/processing/app/debug/Compiler.java index a715d59a408..d34d7001fb1 100644 --- a/app/src/processing/app/debug/Compiler.java +++ b/app/src/processing/app/debug/Compiler.java @@ -118,6 +118,7 @@ public boolean compile(Sketch sketch, sketch.setCompilingProgress(20); List includePaths = new ArrayList(); includePaths.add(corePath); + includePaths.add(buildPath); if (variantPath != null) includePaths.add(variantPath); for (File file : sketch.getImportedLibraries()) { includePaths.add(file.getPath());