Skip to content

Commit

Permalink
Fix missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojirion committed Apr 2, 2017
1 parent 8650e99 commit 9e667bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Score.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <SFML/Graphics/RenderTarget.hpp>
#include <fstream>
#include <iostream>
#include <cmath>

static std::string toTwoDigits(int s){
std::string toReturn;
Expand Down

0 comments on commit 9e667bc

Please sign in to comment.