mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Fix MSVC build.
This commit is contained in:
@@ -709,8 +709,10 @@ void DocumentView::changeVisibility( Int64 fromDocIdx, Int64 toDocIdx, bool visi
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef EE_DEBUG
|
||||
if ( recomputeLineToVisibleIndex )
|
||||
eeASSERT( mDocLineToVisibleIndex.size() == mDoc->linesCount() );
|
||||
#endif
|
||||
|
||||
onVisibleLinesCountChange();
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
#include <eepp/system/regex.hpp>
|
||||
#include <eepp/ui/doc/syntaxdefinitionmanager.hpp>
|
||||
#include <eepp/ui/doc/syntaxtokenizer.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <variant>
|
||||
|
||||
using namespace EE::System;
|
||||
|
||||
Reference in New Issue
Block a user