We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee1a52 commit 87e3926Copy full SHA for 87e3926
matplotlibcpp.h
@@ -1,7 +1,8 @@
1
#pragma once
2
-
3
-// Python headers must be included before any system headers, since
4
-// they define _POSIX_C_SOURCE
+/*****************************************************************
+ Python headers must be included before any system headers, since
+ they define _POSIX_C_SOURCE
5
+******************************************************************/
6
#include <Python.h>
7
8
#include <algorithm>
0 commit comments