Correct VeSTige header name to aeffectx.h

This commit is contained in:
Robbert van der Helm
2020-03-08 13:27:17 +01:00
parent 3232f76f97
commit 6373c38663
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#pragma once
#include <vestige/aeffect.h>
#include <vestige/aeffectx.h>
#include <boost/asio/io_context.hpp>
#include <boost/asio/local/stream_protocol.hpp>
+1 -1
View File
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <vestige/aeffect.h>
#include <vestige/aeffectx.h>
#include <iostream>
#include <memory>