From ae4d609abce3048d0dc0f636074a8a0a6964c113 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 25 Apr 2016 14:50:46 +0200 Subject: [PATCH] Add #includes in cpu_interface.hpp --- src/surf/cpu_interface.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index 82763d40d3..bd42a47027 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -4,8 +4,19 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include + +#include +#include +#include + +#include +#include + +#include "surf/datatypes.h" #include "surf_interface.hpp" #include "maxmin_private.hpp" +#include "trace_mgr.hpp" #ifndef SURF_CPU_INTERFACE_HPP_ #define SURF_CPU_INTERFACE_HPP_ -- 2.30.2