commit 40b452b490fcec11ed3b37dad60f9634632cb9e8 parent 2bb67c0ec42a18d79ceca94cffb5f70133309c30 Author: Isabel Kaspriskie <isabel@cycling74.com> Date: Wed, 26 May 2021 09:40:58 -0500 use quotations instead of <> for including rack header Diffstat:
M | src/plugin.hpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugin.hpp b/src/plugin.hpp @@ -1,5 +1,5 @@ #pragma once -#include <rack.hpp> +#include "rack.hpp" #include "genlib.h" #include "widgets.hpp" #include "utils.hpp"