Added functional header

This commit is contained in:
Gerhard Kitzler 2015-01-23 10:12:54 +00:00
parent 69429c6e09
commit e286dadd38
2 changed files with 2 additions and 1 deletions

View File

@ -1498,7 +1498,6 @@ namespace netgen
}
}
}
void Solid :: ForEachSurface (const std::function<void(Surface*,bool)> & lambda, bool inv) const
{
switch (op)

View File

@ -7,6 +7,8 @@
/* Date: 1. Dez. 95 */
/**************************************************************************/
#include <functional>
namespace netgen
{