Add comment explaining placement of system headers in C++ Python module
authorJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 18 Mar 2014 05:54:48 +0000 (22:54 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 18 Mar 2014 05:59:01 +0000 (22:59 -0700)
python/caffe/_caffe.cpp

index c1ef5f1..581a78d 100644 (file)
@@ -9,6 +9,7 @@
 #include "boost/python/suite/indexing/vector_indexing_suite.hpp"
 #include "numpy/arrayobject.h"
 
+// these need to be included after boost on OS X
 #include <string>  // NOLINT(build/include_order)
 #include <vector>  // NOLINT(build/include_order)