ports/audio/csound6/files/patch-Opcodes_chua_ChuaOscillator.cpp
Dmitry Marakasov 6a0ad9ba4f - Fix build with boost 1.60
- Fix license
- Switch to USES=localbase
2016-02-07 15:53:49 +00:00

12 lines
350 B
C++

--- Opcodes/chua/ChuaOscillator.cpp.orig 2015-09-29 11:13:27 UTC
+++ Opcodes/chua/ChuaOscillator.cpp
@@ -117,8 +117,8 @@
// d = sys_variables(12);
// gnor = a*(x.^3) + b*(x.^2) + c*x + d;
-#include <OpcodeBase.hpp>
#include <boost/numeric/ublas/vector.hpp>
+#include <OpcodeBase.hpp>
using namespace boost::numeric;
#include <cmath>