Refs #193. cblas: move #include out of extern "C" block.
authorZaheer Chothia <zaheer.chothia@gmail.com>
Thu, 31 Jan 2013 07:48:27 +0000 (08:48 +0100)
committerZaheer Chothia <zaheer.chothia@gmail.com>
Thu, 31 Jan 2013 07:48:27 +0000 (08:48 +0100)
commit875d520ccfcfbb6a77cc5166b8bd562c3d111718
tree61168044c207cf475d99a1b976b6023d4eae2e92
parentd311236dfdefa41f31a2e7fefa548abf47f0461c
Refs #193. cblas: move #include out of extern "C" block.

Standard headers may contain C++ templates which are not permitted inside an
extern "C" block. This might be the case when we include <complex.h>.
cblas.h