Skip to content

Commit

Permalink
fix: add <cstdint> and <cstddef> to misc-enum.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 authored Jul 18, 2024
1 parent 99e6f60 commit 2d01764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/dpp/misc-enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
************************************************************************************/
#pragma once
#include <dpp/export.h>
#include <stddef.h>
#include <cstddef>
#include <cstdint>

namespace dpp {

Expand Down

0 comments on commit 2d01764

Please sign in to comment.