mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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 <vector>
|
||||
|
||||
@ -59,3 +62,5 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user