Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 9d53896

Browse files
committed
Fixes build without debug
1 parent e8fa054 commit 9d53896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/source_language_protocol.cc

+2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#include "terminal.h"
55
#include "project.h"
66
#include "filesystem.h"
7+
#ifdef JUCI_ENABLE_DEBUG
78
#include "debug_lldb.h"
9+
#endif
810
#include <regex>
911
#include <future>
1012

0 commit comments

Comments
 (0)