Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing header for std::function and std::bind
  • Loading branch information
jwakely committed Jan 30, 2017
1 parent af4b20f commit df6e2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pingus/screens/demo_session.cpp
Expand Up @@ -18,6 +18,7 @@

#include <algorithm>
#include <iostream>
#include <functional>

#include "engine/gui/gui_manager.hpp"
#include "engine/gui/surface_button.hpp"
Expand Down

0 comments on commit df6e2f4

Please sign in to comment.