mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
Added functional header
This commit is contained in:
parent
69429c6e09
commit
e286dadd38
@ -1498,7 +1498,6 @@ namespace netgen
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Solid :: ForEachSurface (const std::function<void(Surface*,bool)> & lambda, bool inv) const
|
||||
{
|
||||
switch (op)
|
||||
|
@ -7,6 +7,8 @@
|
||||
/* Date: 1. Dez. 95 */
|
||||
/**************************************************************************/
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user