mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
8 lines
131 B
C++
8 lines
131 B
C++
// Main header for -*- C++ -*- valarray classes.
|
|
|
|
#ifndef __VALARRAY__
|
|
#define __VALARRAY__
|
|
|
|
#include <std/std_valarray.h>
|
|
|
|
#endif
|