Skip to content

Commit

Permalink
add missing include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Nov 11, 2014
1 parent 445fda6 commit 970c74e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scripting/lua_common.hpp
Expand Up @@ -12,6 +12,9 @@
See the COPYING file for more details.
*/

#ifndef LUA_COMMON_HPP_INCLUDED
#define LUA_COMMON_HPP_INCLUDED

struct lua_State;

namespace lua_common {
Expand Down Expand Up @@ -138,3 +141,4 @@ namespace lua_common {
return 0; \
}

#endif

0 comments on commit 970c74e

Please sign in to comment.