Fix Ubuntu CI Build Error
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 27 Jul 2020 10:53:10 +0000 (19:53 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 30 Jul 2020 04:06:20 +0000 (13:06 +0900)
commitf53ccdae89dfa913e9f1d1d864179dc1ec3ed0f9
tree00ea4754ccc60f3e68dc1f4c8ac7aa04ffe85953
parent09a1f70d25c55684f34def7e6bb641fe779abdd2
Fix Ubuntu CI Build Error

Having header inclusion with incorrect orders
may incur errors with older gcc of older Ubuntu distro.

You shouldn't omit headers only because they may be included
indirectly by other headers.

Change-Id: Iaf4a096e08ee27d431fad85052edbae21470114f
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
ext/nnstreamer/extra/nnstreamer_protobuf.h
ext/nnstreamer/tensor_decoder/tensordec-protobuf.cc
ext/nnstreamer/tensor_filter/tensor_filter_python.cc