Add missing header include guards.

This commit is contained in:
redpolline 2024-06-07 05:32:35 -04:00
parent 611cf69206
commit e217bd0a8d
33 changed files with 167 additions and 2 deletions

View file

@ -1,4 +1,7 @@
#ifndef APPTICKET_H
#define APPTICKET_H
struct AppTicketV1
{
// Total ticket size - 16
@ -297,4 +300,6 @@ public:
return buffer;
}
};
};
#endif // APPTICKET_H