blob: 11af761970a821ea9f9f9dfc87cfdbcfcdd7dd43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_QUANTUM_COMPUTINg_H_
#define DLIB_QUANTUM_COMPUTINg_H_
#include "quantum_computing/quantum_computing.h"
#endif // DLIB_QUANTUM_COMPUTINg_H_
|