mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 13:30:29 -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/FStream.hxx"
|
||||||
#include "cmsys/RegularExpression.hxx"
|
#include "cmsys/RegularExpression.hxx"
|
||||||
|
#include <algorithm>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user