forked from qt-creator/qt-creator
UnitTest: Add a missing include
Compilation doesn't fail since compileroptionsbuilder.h is indirectly included before cpptoolsreuse.h. Change-Id: I1f1b543a71546268e44fc9ec6c4a4530854e4659 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
afb52340f6
commit
c2d25982a1
@@ -25,8 +25,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cpptools/compileroptionsbuilder.h>
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
CompilerOptionsBuilder::PchUsage getPchUsage() { return CompilerOptionsBuilder::PchUsage::None; }
|
||||
inline CompilerOptionsBuilder::PchUsage getPchUsage() { return CompilerOptionsBuilder::PchUsage::None; }
|
||||
|
||||
} // CppTools
|
||||
|
||||
Reference in New Issue
Block a user