Skip to content

Commit

Permalink
Merge pull request #11348 from fwcd/fix-missing-defs-include
Browse files Browse the repository at this point in the history
Add missing `<Qt>` include in `defs.h`
  • Loading branch information
daschuer authored Mar 10, 2023
2 parents 0243efd + 9697e0c commit ceaedb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/defs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <Qt>

// Maximum buffer length to each EngineObject::process call.
//TODO: Replace this with mixxx::AudioParameters::bufferSize()
constexpr unsigned int MAX_BUFFER_LEN = 160000;
Expand Down

0 comments on commit ceaedb8

Please sign in to comment.