mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-31 22:11:45 +00:00
Oops, forgot inclusion guards
This commit is contained in:
parent
e4461782ef
commit
90b30f14f9
@ -19,6 +19,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LUAMM_HH
|
||||
#define LUAMM_HH
|
||||
|
||||
#include <assert.h>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
@ -265,3 +268,5 @@ namespace lua {
|
||||
void operator-=(int n_) throw() { n-=n_; }
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* LUAMM_HH */
|
||||
|
Loading…
Reference in New Issue
Block a user