aboutsummaryrefslogtreecommitdiff
path: root/include/axolotl/list.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/axolotl/list.hh')
-rw-r--r--include/axolotl/list.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/axolotl/list.hh b/include/axolotl/list.hh
index ae8900c..604f00f 100644
--- a/include/axolotl/list.hh
+++ b/include/axolotl/list.hh
@@ -12,6 +12,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+#ifndef AXOLOTL_LIST_HH_
+#define AXOLOTL_LIST_HH_
+
#include <cstddef>
namespace axolotl {
@@ -112,3 +115,5 @@ private:
};
} // namespace axolotl
+
+#endif /* AXOLOTL_LIST_HH_ */