ENH: include <algorithm> in stdFoam.H

- was already included in many places (via UList.C templates), but now
  formalise by placing in stdFoam.H
This commit is contained in:
Mark Olesen
2022-12-01 15:52:10 +00:00
parent 8ae2e5a969
commit 3151dacccc
50 changed files with 19 additions and 70 deletions

View File

@ -36,8 +36,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef stringOps_H
#define stringOps_H
#ifndef Foam_stringOps_H
#define Foam_stringOps_H
#include "scalar.H"
#include "string.H"
@ -48,7 +48,6 @@ SourceFiles
#include "stringOpsSort.H"
#include "stringOpsEvaluate.H"
#include "wordRes.H"
#include <utility>
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //