Skip to content

Commit

Permalink
appengine: Add required header to use std::find
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul committed Nov 15, 2024
1 parent 6f631de commit c27acbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appengine.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "appengine.h"
#include <algorithm>

bool operator&(const AppEngine::Apps& apps, const AppEngine::App& app) {
return apps.end() != std::find(apps.begin(), apps.end(), app);
Expand Down

0 comments on commit c27acbe

Please sign in to comment.