aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fees.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/fees.cpp')
-rw-r--r--src/test/fuzz/fees.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/fees.cpp b/src/test/fuzz/fees.cpp
index 61c7681bf9..b5a07c7ba3 100644
--- a/src/test/fuzz/fees.cpp
+++ b/src/test/fuzz/fees.cpp
@@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include <amount.h>
+#include <consensus/amount.h>
#include <policy/fees.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>