Browse Source

Add possibly missing include.

faust
Stephane Letz Andrew Belt 4 years ago
parent
commit
efe10a6269
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/FaustEngine.cpp

+ 2
- 0
src/FaustEngine.cpp View File

@@ -29,6 +29,8 @@


#include <iostream> #include <iostream>
#include <memory> #include <memory>
#include <algorithm>
#include <functional>


using namespace std; using namespace std;




Loading…
Cancel
Save