Skip to content

Commit 6ab40f0

Browse files
committed
Add missing include guard
1 parent 5beb65e commit 6ab40f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/celutil/ranges.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// as published by the Free Software Foundation; either version 2
1010
// of the License, or (at your option) any later version.#pragma once
1111

12+
#pragma once
13+
1214
#include <iterator>
1315
#include <type_traits>
1416
#include <utility>

0 commit comments

Comments
 (0)