Skip to content

Commit

Permalink
Merge pull request #1463 from paulsapps/master
Browse files Browse the repository at this point in the history
missing include
  • Loading branch information
Paul authored Apr 10, 2022
2 parents 4d1db33 + c0193e7 commit 5512ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Tools/relive_api/ApiContext.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "relive_api_exceptions.hpp"
#include <vector>

namespace ReliveAPI {

Expand Down
1 change: 1 addition & 0 deletions Source/Tools/relive_api/file_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "RoundUp.hpp"
#include <type_traits>
#include <memory>

namespace ReliveAPI {

Expand Down

0 comments on commit 5512ff2

Please sign in to comment.