Added pragma once to LieConfig to prevent errors if included multiple times
parent
67744a5f07
commit
2068477e32
|
|
@ -5,6 +5,8 @@
|
|||
* Author: richard
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <utility>
|
||||
|
|
|
|||
Loading…
Reference in New Issue