Skip to content

Commit

Permalink
Fix compilation with Visual Studio 17.8 (#15819)
Browse files Browse the repository at this point in the history
This broke with microsoft/STL#3721
It's a minor issue and a minor fix. :)
  • Loading branch information
lhecker committed Aug 11, 2023
1 parent 256d46a commit e9c8391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buffer/out/Row.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "precomp.h"
#include "Row.hpp"

#include <isa_availability.h>
#include <til/unicode.h>

#include "textBuffer.hpp"
Expand Down

0 comments on commit e9c8391

Please sign in to comment.