Skip to content

Commit 7490354

Browse files
author
Pekka Nousiainen
committed
wl#7614
add #include <algorithm>
1 parent fbbe4c7 commit 7490354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/ndb/tools/NdbImportImpl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "NdbImportCsv.hpp"
3232
// STL
3333
#include <map>
34+
#include <algorithm>
3435

3536
class NdbImportImpl : public NdbImport {
3637
public:

0 commit comments

Comments
 (0)