mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Add guards to source view header.
This commit is contained in:
parent
59a49f0698
commit
2303f18d39
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef __TRACYSOURCEVIEW_HPP__
|
||||||
|
#define __TRACYSOURCEVIEW_HPP__
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
@ -59,3 +62,5 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user