Skip to content

Commit

Permalink
Fix missing cstdint includes (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlawekNowy authored Jan 24, 2024
1 parent fb501cc commit 6680a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions applications/_plugins/common/cmp_fileio.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <string>
#include <vector>
#include <cstdint>

enum CMP_PATHTYPES
{
Expand Down
1 change: 1 addition & 0 deletions applications/_plugins/common/utilfuncs.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <iostream>
HWND FindTopLevelWindow(TCHAR *pszName);
#endif
#include <cstdint>

#include "cmp_fileio.h"

Expand Down

0 comments on commit 6680a25

Please sign in to comment.