Skip to content

Commit

Permalink
[overlay] fix build on libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Jan 3, 2020
1 parent cc6208b commit 61ca1dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/overlay/SurveyMessageLimiter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// of this distribution or at http://www.apache.org/licenses/LICENSE-2.0

#include "overlay/StellarXDR.h"
#include <functional>
#include <map>
#include <unordered_map>

Expand Down Expand Up @@ -55,4 +56,4 @@ class SurveyMessageLimiter

Application& mApp;
};
}
}

5 comments on commit 61ca1dc

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at graydon@61ca1dc

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging graydon/stellar-core/fix-libstdc++-build = 61ca1dc into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

graydon/stellar-core/fix-libstdc++-build = 61ca1dc merged ok, testing candidate = b3e3b5d

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = b3e3b5d

Please sign in to comment.