std::accumulate is in <numeric> not <algorithm>
This commit is contained in:
parent
da5e662cf8
commit
a7d93fa11e
|
@ -11,7 +11,7 @@
|
|||
#include "window.hh"
|
||||
#include "word_db.hh"
|
||||
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
|
||||
namespace Kakoune
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user