We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a03fb4 commit 98fa917Copy full SHA for 98fa917
src/source_panel.h
@@ -6,7 +6,7 @@
6
#include "slang/ast/Expression.h"
7
#include "slang/ast/Symbol.h"
8
#include "source_buffer.h"
9
-#include "src/slang_utils.h"
+#include "slang_utils.h"
10
11
#include <deque>
12
#include <vector>
src/waves_panel.cc
@@ -9,6 +9,7 @@
#include "wave_image.h"
#include "workspace.h"
#include <algorithm>
+#include <curses.h>
13
#include <fstream>
14
#include <optional>
15
0 commit comments