Skip to content

Commit 2d8230d

Browse files
author
puh
committed
Add forgotten import
1 parent faafd0f commit 2d8230d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dap-codelldb.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
;;; Code:
2020

2121
(require 'dap-mode)
22+
(require 'dap-utils)
2223

2324
(defcustom dap-codelldb-download-url
2425
(format "https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.1/codelldb-x86_64-%s.vsix"

0 commit comments

Comments
 (0)