Skip to content

Commit

Permalink
Merge pull request #86 from rcsoccersim/hotfix/missing-header
Browse files Browse the repository at this point in the history
Fix build problems caused by missing headers
  • Loading branch information
hidehisaakiyama authored Apr 3, 2022
2 parents 0f53d93 + a1773b8 commit d857a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rcss/conf/builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include "statushandler.hpp"

#include <algorithm>
#include <sstream>
#include <iostream>
#include <iomanip>
Expand Down
1 change: 1 addition & 0 deletions src/observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

//#include "rcssexceptions.h"
#include <memory>
#include <stdexcept>

namespace rcss {

Expand Down

0 comments on commit d857a25

Please sign in to comment.