Explorar o código

added include guards

Nicolas Winkler %!s(int64=7) %!d(string=hai) anos
pai
achega
6576a0d73f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/Ast.h

+ 4 - 0
src/Ast.h

@@ -19,6 +19,9 @@
 //
 // =============================================================================
 
+#ifndef QLOW_AST_H
+#define QLOW_AST_H
+
 #include <string>
 #include <vector>
 #include <memory>
@@ -249,5 +252,6 @@ struct qlow::ast::BinaryOperation : public Operation
 };
 
 
+#endif // QLOW_AST_H