fix: add missing header for clang
Clang need these header to be included for definition of uint32_t and uint64_t.
This commit is contained in:
parent
1fd19ce97d
commit
d3dcd91ca6
@ -7,6 +7,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
class DesktopInfo;
|
||||
class AppLaunchContext
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
typedef std::map<std::string, std::string> KeyMap;
|
||||
typedef std::map<std::string, KeyMap> MainKeyMap;
|
||||
|
Loading…
Reference in New Issue
Block a user