Skip to content

Commit

Permalink
better?
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Dec 25, 2023
1 parent 534fb75 commit 0183815
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/kdmp-parser-structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
#pragma once

#include "platform.h"

#define __STDC_WANT_LIB_EXT1__ 1
#include <cstdio>

#include <array>
#include <cinttypes>
#include <cstdarg>
#include <cstddef>
#include <cstdint>
#include <cstdio>
#include <string_view>
#include <type_traits>
#include <variant>
Expand Down

0 comments on commit 0183815

Please sign in to comment.