mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
10 lines
240 B
C++
10 lines
240 B
C++
--- src/statTimer/statisticalTimer.h.orig 2016-08-31 21:46:51 UTC
|
|
+++ src/statTimer/statisticalTimer.h
|
|
@@ -21,6 +21,7 @@
|
|
#include <vector>
|
|
#include <functional>
|
|
#include <string>
|
|
+#include <sys/time.h>
|
|
|
|
#include "../include/clFFT.h"
|
|
|