From b191d301c071aaa9bf3152098568517f1e90fb6c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 22 Aug 2025 16:03:15 +0200 Subject: [PATCH] fixup to watcher --- rogueviz/watcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/watcher.cpp b/rogueviz/watcher.cpp index b1ddf16f..a8635fc7 100644 --- a/rogueviz/watcher.cpp +++ b/rogueviz/watcher.cpp @@ -4,7 +4,7 @@ // adds a menu item that allows to select one of multiple visualizations based on a command file // (we use this for the visualization of SAG connectomes -- it should be made more general) -#include "../../rogueviz.h" +#include "rogueviz.h" namespace rogueviz {