mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
add an include guard to Stats
This commit is contained in:
parent
ced5e72d39
commit
0a9c7e3d74
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef _hifi_Stats_h
|
||||
#define _hifi_Stats_h
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include <NodeList.h>
|
||||
|
@ -42,3 +45,5 @@ private:
|
|||
|
||||
int _lastHorizontalOffset;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue