ports/editors/notepadnext-devel/files/patch-src_NotepadNext_ScintillaNext.cpp
Cy Schubert 244b1d01f7 deskutils/notepadnext-devel: Add new port
This new port tracks the NotepadNext development branch. The development
branch includes new features such as peristent bookmarks (as is in
notepad++).
2024-02-05 21:00:41 -08:00

11 lines
273 B
C++

--- src/NotepadNext/ScintillaNext.cpp.orig 2022-05-26 23:25:10 UTC
+++ src/NotepadNext/ScintillaNext.cpp
@@ -20,7 +20,7 @@
#include "ScintillaNext.h"
#include "ScintillaCommenter.h"
-#include "uchardet.h"
+#include <uchardet.h>
#include <cinttypes>
#include <QDir>