citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 1cb5919f28ba2338740a6ac011be2f24eaaae792
parent c075a70cbe0896e588f8b4c4eb670ef1362c05e4
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 12 Jan 2017 23:10:27 -0700

inst: InstrumentActionFactory is only needed in src

Diffstat:
Minst_frontend.cc | 1+
Minst_frontend.h | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/inst_frontend.cc b/inst_frontend.cc @@ -13,6 +13,7 @@ // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // +#include "inst_action.h" // InstrumentActionFactory #include "inst_frontend.h" #include "lib.h" // citrun_major, citrun_minor diff --git a/inst_frontend.h b/inst_frontend.h @@ -1,7 +1,7 @@ -#include "inst_action.h" // InstrumentAction #include "inst_log.h" #include <chrono> // std::chrono::high_resolution_clock +#include <map> #include <string> class InstFrontend {