Skip to content

Commit

Permalink
include map for non vs builds
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Apr 15, 2022
1 parent 3cc9d7f commit cc36dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/max_cliques.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Module Name:
#include "util/vector.h"
#include "util/uint_set.h"
#include "util/heap.h"

#include "util/map.h"

template<class T>
class max_cliques : public T {
Expand Down

0 comments on commit cc36dd1

Please sign in to comment.