Skip to content

Commit 87e3926

Browse files
committed
comment box
1 parent aee1a52 commit 87e3926

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

matplotlibcpp.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#pragma once
2-
3-
// Python headers must be included before any system headers, since
4-
// they define _POSIX_C_SOURCE
2+
/*****************************************************************
3+
Python headers must be included before any system headers, since
4+
they define _POSIX_C_SOURCE
5+
******************************************************************/
56
#include <Python.h>
67

78
#include <algorithm>

0 commit comments

Comments
 (0)