Skip to content
Snippets Groups Projects
Commit 285b49fb authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

ISourceRenderer: Use cstdint instead of stdint.h for including


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 6c0dc99c
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#ifndef IRENDERER_H
#define IRENDERER_H
#include <stdint.h>
#include <cstdint>
namespace Backend
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment