mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 05:20:50 -05:00
cmCPackDragNDropGenerator: Add missing include
We use `std::sort` and so must include `<algorithm>`. Issue: #17233
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "cmsys/FStream.hxx"
|
||||
#include "cmsys/RegularExpression.hxx"
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user