1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Add guards to source view header.

This commit is contained in:
Bartosz Taudul 2020-04-02 01:02:42 +02:00
parent 59a49f0698
commit 2303f18d39

View File

@ -1,3 +1,6 @@
#ifndef __TRACYSOURCEVIEW_HPP__
#define __TRACYSOURCEVIEW_HPP__
#include <string> #include <string>
#include <vector> #include <vector>
@ -59,3 +62,5 @@ private:
}; };
} }
#endif