Add header to std_complex.i

This commit is contained in:
William S Fulton 2017-05-19 20:24:49 +01:00
commit fb941315c1

View file

@ -1,3 +1,10 @@
/* -----------------------------------------------------------------------------
* std_complex.i
*
* Typemaps for handling std::complex<float> and std::complex<double> as a .NET
* System.Numerics.Complex type. Requires .NET 4 minimum.
* ----------------------------------------------------------------------------- */
%{
#include <complex>
%}