Skip to content

Commit 4bf0f42

Browse files
authored
Include time.h directly
1 parent 53eb49a commit 4bf0f42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/compare_sgemv_shgemv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*****************************************************************************/
2727
#include <stdio.h>
2828
#include <stdint.h>
29+
#include <time.h>
2930
#include "../common.h"
3031

3132
#include "test_helpers.h"

0 commit comments

Comments
 (0)