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 <vector>
@ -59,3 +62,5 @@ private:
};
}
#endif