Skip to content

Commit

Permalink
note frozen cstdint might have been fixed meanwhile
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Oct 20, 2024
1 parent ee557b0 commit 0bebec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdimap.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <cstdint> // FIXME: this works around a bug in frozen?
#include <cstdint> // FIXME: this works around a bug in frozen? (likely fixed in 1.2.0, we're using 1.1.1 here)

#include <frozen/unordered_map.h>
#include <frozen/string.h>
Expand Down

0 comments on commit 0bebec8

Please sign in to comment.