Skip to content

Commit

Permalink
Follow up to 7fcacb6. Fixed a compile warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleos89 committed Jan 23, 2015
1 parent 995af4c commit 707403d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/map/vending.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#define _VENDING_H_

#include "../common/cbasetypes.h"
#include "buyingstore.h"
//#include "map.h"

struct map_session_data;
struct s_search_store_search;

Expand Down

1 comment on commit 707403d

@tmav94
Copy link

@tmav94 tmav94 commented on 707403d Jan 26, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx!

Please sign in to comment.