Skip to content

Commit 7945c34

Browse files
committed
Empty lines between #includes, to prevent clang-format from shuffling the order and thereby confusing MSVC 2015.
1 parent 306bd3b commit 7945c34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pybind11_tests.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#pragma once
2+
3+
// This must be kept first for MSVC 2015.
4+
// Do not remove the empty line between the #includes.
25
#include <pybind11/pybind11.h>
6+
37
#include <pybind11/eval.h>
48

59
#if defined(_MSC_VER) && _MSC_VER < 1910

0 commit comments

Comments
 (0)