]> sigrok.org Git - pulseview.git/commit
logicsegment.cpp: Add missing config.h #include.
authorUwe Hermann <redacted>
Sat, 19 May 2018 17:31:59 +0000 (19:31 +0200)
committerUwe Hermann <redacted>
Sat, 19 May 2018 17:57:36 +0000 (19:57 +0200)
commit1ec3e43f7489cae3a9ca43e665044c8717f345f1
tree80f833d602d661fea70e5d94a9f4396c3acabfbe
parentba5b52e12e2d95c5ac9155cb697e002df5df1de6
logicsegment.cpp: Add missing config.h #include.

Without this #include, HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS was not
available and thus the faster path in LogicSegment::unpack_sample() and
LogicSegment::pack_sample() was never used.
pv/data/logicsegment.cpp