You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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_
|
|
|