Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extern/SQLiteCpp/include/SQLiteCpp/Statement.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <string>
#include <map>
#include <memory>
#include <cstdint>

// Forward declarations to avoid inclusion of <sqlite3.h> in a header
struct sqlite3;
Expand Down
2 changes: 2 additions & 0 deletions src/RageUtil/File/RageFileBasic.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* RageFileBasic - simple file interface. */

#include <cstdint>

#ifndef RAGE_FILE_BASIC_H
#define RAGE_FILE_BASIC_H

Expand Down
1 change: 1 addition & 0 deletions src/RageUtil/Utils/RageUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <vector>
#include <memory>
#include <cmath>
#include <cstdint>

class RageFileDriver;

Expand Down
Loading