summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/AudioBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/AudioBuffer.cpp')
-rw-r--r--src/libs/engine/AudioBuffer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/engine/AudioBuffer.cpp b/src/libs/engine/AudioBuffer.cpp
index 1e865dbe..f05048ad 100644
--- a/src/libs/engine/AudioBuffer.cpp
+++ b/src/libs/engine/AudioBuffer.cpp
@@ -18,8 +18,9 @@
#include <iostream>
#include <cassert>
#include <stdlib.h>
-#include "AudioBuffer.h"
-using std::cerr; using std::endl;
+#include "AudioBuffer.hpp"
+
+using namespace std;
/* TODO: Be sure these functions are vectorized by GCC when it's vectorizer
* stops sucking. Probably a good idea to inline them as well */