Skip to content

Commit

Permalink
Add some missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Oct 22, 2016
1 parent 4100499 commit 0334430
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/txmempool.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

#include <memory>
#include <set>
#include <map>
#include <vector>
#include <utility>
#include <string>

#include "amount.h"
#include "coins.h"
Expand Down

0 comments on commit 0334430

Please sign in to comment.