Skip to content

Commit

Permalink
[fix] - fix include of boost_ptr.hpp which is a sys include - not local
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphis committed May 15, 2012
1 parent b4dd26f commit 93e1ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/guilib/GUIMessage.h
Expand Up @@ -264,7 +264,7 @@ do { \
} while(0)

#include <vector>
#include "boost/shared_ptr.hpp"
#include <boost/shared_ptr.hpp>
#include "utils/StdString.h"

// forwards
Expand Down

0 comments on commit 93e1ab7

Please sign in to comment.