Fix build errors with GCC4.8. 55/24455/1
authordaemyung jang <dm86.jang@samsung.com>
Fri, 11 Jul 2014 00:58:58 +0000 (09:58 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 14 Jul 2014 15:37:39 +0000 (16:37 +0100)
[problem] 'uint64_t' does not name a type.
[cause] Don't include 'stdint.h'.
[solution] Include 'stdint.h'.

Change-Id: I702e7e43efd31e2b0e296f46026bdd74e1979f8b

adaptors/base/update-render-synchronization.h

index 86d420e..1ab55b1 100644 (file)
@@ -22,6 +22,7 @@
 #include <base/interfaces/performance-interface.h>
 
 // EXTERNAL INCLUDES
+#include <stdint.h>
 #include <boost/thread.hpp>
 #include <boost/thread/condition_variable.hpp>