Skip to content

Commit

Permalink
Merge pull request #45 from hotstreams/bugfix/std-includes
Browse files Browse the repository at this point in the history
add missing includes
  • Loading branch information
hotstreams authored Dec 7, 2023
2 parents 8fb582f + ed5e96a commit 9ea7c07
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion include/limitless/ms/material.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
#include <glm/glm.hpp>
#include <stdexcept>
#include <map>
#include <unordered_map>
#include <memory>
#include <string>
#include <cstdint>
#include <cstddef>
#include <vector>

namespace Limitless {
class Buffer;
Expand Down Expand Up @@ -282,4 +288,4 @@ namespace Limitless::ms {

bool operator==(const Material& lhs, const Material& rhs) noexcept;
bool operator<(const Material& lhs, const Material& rhs) noexcept;
}
}

0 comments on commit 9ea7c07

Please sign in to comment.