Skip to content

Commit

Permalink
Patch karamouzas model -- missing std::max
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Curtis authored and Sean Curtis committed Oct 17, 2016
1 parent 8951329 commit d714882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Plugins/AgtKaramouzas/KaramouzasAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Any questions or comments should be sent to the authors {menge,geom}@cs.unc.edu
#include "KaramouzasAgent.h"
#include "KaramouzasSimulator.h"
#include "Math/geomQuery.h"

#include <algorithm>
#include <list>

namespace Karamouzas {
Expand Down

0 comments on commit d714882

Please sign in to comment.