Skip to content

Commit

Permalink
Include cstdint header for CifFile module
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Jun 10, 2024
1 parent b91a720 commit dbf1ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layer2/CifFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define _H_CIFFILE

#include <cstddef>
#include <cstdint>
#include <cstring>
#include <map>
#include <memory>
Expand Down

0 comments on commit dbf1ca5

Please sign in to comment.