Skip to content

Commit

Permalink
Fix MSVC error on unknown identifier uint in function.hpp (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Jun 19, 2024
1 parent b9f309e commit 7d6ec91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/function.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#define _INCLUDED_function_hpp_

#include <binder.hpp>
#include <config.hpp>

#include <clang/AST/Decl.h>
#include <clang/AST/DeclCXX.h>
Expand Down

0 comments on commit 7d6ec91

Please sign in to comment.