aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/measurer.cpp
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-07 03:22:54 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-07 03:22:54 +0300
commitc0be3be67afc9234f8569bd6339ee7d1e04bba29 (patch)
treecaa271496edc8367b5c59c78abf9ae459dba23fa /utils/gen_adldata/measurer.cpp
parent5ebf40cd10d59c5e11ea744cc7b6075ee4c1bc90 (diff)
downloadlibADLMIDI-c0be3be67afc9234f8569bd6339ee7d1e04bba29.tar.gz
libADLMIDI-c0be3be67afc9234f8569bd6339ee7d1e04bba29.tar.bz2
libADLMIDI-c0be3be67afc9234f8569bd6339ee7d1e04bba29.zip
Fixed build of GenAdldata tool
Diffstat (limited to 'utils/gen_adldata/measurer.cpp')
-rw-r--r--utils/gen_adldata/measurer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gen_adldata/measurer.cpp b/utils/gen_adldata/measurer.cpp
index 2aee3f7..3116045 100644
--- a/utils/gen_adldata/measurer.cpp
+++ b/utils/gen_adldata/measurer.cpp
@@ -2,9 +2,9 @@
#include <cmath>
#ifndef ADLMIDI_USE_DOSBOX_OPL
-#include "../nukedopl3.h"
+#include "../../src/nukedopl3.h"
#else
-#include "../dbopl.h"
+#include "../../src/dbopl.h"
#endif
DurationInfo MeasureDurations(const ins &in)