summaryrefslogtreecommitdiffstats
path: root/base/linked_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/linked_list.h')
-rw-r--r--base/linked_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/linked_list.h b/base/linked_list.h
index 5b5184f..0626025 100644
--- a/base/linked_list.h
+++ b/base/linked_list.h
@@ -4,6 +4,7 @@
#ifndef BASE_LINKED_LIST_H_
#define BASE_LINKED_LIST_H_
+#pragma once
// Simple LinkedList type. (See the Q&A section to understand how this
// differs from std::list).