mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 13:42:37 -04: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
|