Skip to content

Commit

Permalink
Merge pull request #50 from tdelc/master
Browse files Browse the repository at this point in the history
add <memory> to prevent debian compilation error
  • Loading branch information
daid authored May 14, 2020
2 parents e2ea1e9 + 4760389 commit ed5701d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/multiplayer_proxy.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef MULTIPLAYER_PROXY_H
#define MULTIPLAYER_PROXY_H

#include <memory>
#include "multiplayer_server.h"

class GameServerProxy : public Updatable
Expand Down
1 change: 1 addition & 0 deletions src/networkAudioStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <SFML/Audio.hpp>
#include <SFML/Network.hpp>
#include <memory>
#include <iostream>
#include <unordered_map>

Expand Down

0 comments on commit ed5701d

Please sign in to comment.