Skip to content

Commit

Permalink
Correct elftocpm62 headers (missing cstdint)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed May 14, 2023
1 parent dcd6a2a commit dd1d9be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/elftocpm65/elftocpm65.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
*/

#include "elf.h"
#include <cstdarg>
#include <cstdint>
#include <cstring>
#include <fstream>
#include <regex>
#include <set>
#include <stdarg.h>
#include <string.h>
#include <string>
#include <vector>

Expand Down

0 comments on commit dd1d9be

Please sign in to comment.