mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-04-24 05:00:17 +00:00
12 lines
296 B
C
12 lines
296 B
C
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_VECTORSTReAMh_
|
|
#define DLIB_VECTORSTReAMh_
|
|
|
|
#include "vectorstream/vectorstream.h"
|
|
#include "vectorstream/unserialize.h"
|
|
|
|
|
|
#endif // DLIB_VECTORSTReAMh_
|
|
|