Skip to content

Commit

Permalink
Merge pull request #13 from braxtons12/add_missing_include_to_main
Browse files Browse the repository at this point in the history
Add missing include to main.cpp (fix clang-tidy lint)
  • Loading branch information
braxtons12 authored Mar 15, 2024
2 parents dda8bd8 + a75b6e0 commit 9c0c773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <hyperion/mpl.h>
#include <hyperion/platform/types.h>

using namespace hyperion; // NOLINT(google-build-using-namespace)
using namespace hyperion::mpl; // NOLINT(google-build-using-namespace)
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---@diagnostic disable: undefined-global,undefined-field
set_project("hyperion_mpl")
set_version("0.8.0")
set_version("0.8.1")

set_xmakever("2.8.7")

Expand Down

0 comments on commit 9c0c773

Please sign in to comment.