Skip to content

Commit

Permalink
Merge pull request #256 from IcePanorama/main
Browse files Browse the repository at this point in the history
Fixed ‘uint64_t’ does not name a type error preventing building on linux
  • Loading branch information
afritz1 authored Feb 23, 2024
2 parents e548dbd + 9edc657 commit 1890387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/utilities/VirtualHeap.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef VIRTUAL_HEAP_H
#define VIRTUAL_HEAP_H

#include <cstdint>
#include <deque>
#include <type_traits>
#include <unordered_map>
Expand Down

0 comments on commit 1890387

Please sign in to comment.