Skip to content

Commit

Permalink
Include <cstdint> for better compilation (fix build action on GH)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor committed Aug 30, 2024
1 parent 153a8d4 commit 0d35e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/cloudfuse/child_process.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
SOFTWARE
*/

#include <cstdint>
#include <string>

struct processReturn
Expand Down
1 change: 1 addition & 0 deletions src/plugin/settings/settings_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#pragma once

#include <cstdint>
#include <string>

namespace settings
Expand Down

0 comments on commit 0d35e2d

Please sign in to comment.