Skip to content

Commit

Permalink
Fix missing int64_t definition (#4365)
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer authored Oct 15, 2024
1 parent ea76e35 commit 90f96e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/adios2/engine/campaign/CampaignData.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#ifndef ADIOS2_ENGINE_CAMPAIGNDATA_H_
#define ADIOS2_ENGINE_CAMPAIGNDATA_H_

#include <cstdint>
#include <fstream>
#include <iostream>
#include <map>
Expand Down

0 comments on commit 90f96e3

Please sign in to comment.