Skip to content

Commit

Permalink
Fixed nopch build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Oct 17, 2014
1 parent efcde65 commit 863eac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/server/bnetserver/Packets/CachePackets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "Session.h"
#include "CachePackets.h"

void Battlenet::Cache::GetStreamItemsRequest::Read()
Expand Down
1 change: 1 addition & 0 deletions src/server/bnetserver/Packets/CachePackets.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef CachePackets_h__
#define CachePackets_h__

#include "ModuleManager.h"
#include "PacketsBase.h"

namespace Battlenet
Expand Down

0 comments on commit 863eac9

Please sign in to comment.